gpe-applauncher: remove patch file
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 2 Apr 2007 14:41:46 +0000 (14:41 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 2 Apr 2007 14:41:46 +0000 (14:41 +0000)
packages/gpephone/gpe-applauncher-0.7/default-icon.patch [deleted file]

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 (file)
index e1ec24f..0000000
+++ /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);