diff options
-rw-r--r-- | packages/gpephone/gpe-applauncher-0.7/default-icon.patch | 20 | ||||
-rw-r--r-- | packages/gpephone/gpe-applauncher_0.7.bb | 2 |
2 files changed, 0 insertions, 22 deletions
diff --git a/packages/gpephone/gpe-applauncher-0.7/default-icon.patch b/packages/gpephone/gpe-applauncher-0.7/default-icon.patch deleted file mode 100644 index e1ec24f141..0000000000 --- a/packages/gpephone/gpe-applauncher-0.7/default-icon.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: applications.c -=================================================================== ---- applications.c (Revision 598) -+++ applications.c (Arbeitskopie) -@@ -463,8 +463,13 @@ - applauncher_settings.themename ? applauncher_settings.themename : "default", - THEMEFOLDER, ICON_LOADING, NULL); - } -- -- g_print ("\nloading icon: %s\n", file); -+ -+ if (!g_file_test (file, G_FILE_TEST_EXISTS)) -+ { -+ g_free (file); -+ file = g_build_filename (LOCAL_THEMEDIR, "default", -+ THEMEFOLDER, ICON_LOADING, NULL); -+ } - - nc_window = gtk_app_notification_new(); - gtk_widget_set_size_request(GTK_WIDGET(nc_window), -1, 70); diff --git a/packages/gpephone/gpe-applauncher_0.7.bb b/packages/gpephone/gpe-applauncher_0.7.bb index 349330047b..866dad14e4 100644 --- a/packages/gpephone/gpe-applauncher_0.7.bb +++ b/packages/gpephone/gpe-applauncher_0.7.bb @@ -9,8 +9,6 @@ DEPENDS = "gtk+ libgpewidget libgpephone libgpelaunch dbus-glib libxsettings-cli GPE_TARBALL_SUFFIX= "gz" inherit gpephone autotools -SRC_URI += " file://default-icon.patch;patch=1;pnum=0" - #EXTRA_OECONF = "--enable-gridlayout" FILES_${PN} += '${datadir}/themes' |