summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch')
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch53
1 files changed, 0 insertions, 53 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch
deleted file mode 100644
index 71a4727391..0000000000
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2/gcc-4.6.0-compile.patch
+++ /dev/null
@@ -1,53 +0,0 @@
1Upstream-Status: Inappropriate [other] - need clean up
2
3diff -ur git.ORIG/applets/startup/startup.c git/applets/startup/startup.c
4--- git.ORIG/applets/startup/startup.c 2011-04-28 08:13:25.000000000 -0600
5+++ git/applets/startup/startup.c 2011-04-28 09:36:48.521990746 -0600
6@@ -210,9 +210,8 @@
7 {
8 XEvent *xevent;
9 xevent = (XEvent *) gdk_xevent;
10- gboolean ret;
11
12- ret = sn_display_process_event (applet->sn_display, xevent);
13+ sn_display_process_event (applet->sn_display, xevent);
14
15 return GDK_FILTER_CONTINUE;
16 }
17@@ -223,7 +222,6 @@
18 {
19 StartupApplet *applet;
20 Display *xdisplay;
21- SnMonitorContext *context;
22
23 /* Create applet data structure */
24 applet = g_slice_new0 (StartupApplet);
25@@ -248,7 +246,7 @@
26
27 applet->sn_display = sn_display_new (xdisplay, NULL, NULL);
28
29- context = sn_monitor_context_new (applet->sn_display,
30+ sn_monitor_context_new (applet->sn_display,
31 DefaultScreen(xdisplay),
32 monitor_event_func,
33 (void *) applet,
34diff -ur git.ORIG/applets/startup-notify/startup.c git/applets/startup-notify/startup.c
35--- git.ORIG/applets/startup-notify/startup.c 2011-04-28 08:05:46.000000000 -0600
36+++ git/applets/startup-notify/startup.c 2011-04-28 09:42:17.793864786 -0600
37@@ -305,7 +305,6 @@
38 StartupApplet *applet;
39 GtkWidget *widget;
40 Display *xdisplay;
41- SnMonitorContext *context;
42
43 applet = g_slice_new0 (StartupApplet);
44
45@@ -317,7 +316,7 @@
46
47 applet->sn_display = sn_display_new (xdisplay, NULL, NULL);
48
49- context = sn_monitor_context_new (applet->sn_display,
50+ sn_monitor_context_new (applet->sn_display,
51 DefaultScreen (xdisplay),
52 monitor_event_func,
53 applet, NULL);