~sense/gtk/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/072_indicator_menu_update.patch

  • Committer: robert.ancell at gmail
  • Date: 2010-07-28 16:22:46 UTC
  • Revision ID: robert.ancell@gmail.com-20100728162246-3dk6jomz0qat7nt2
Fix non-applying patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: gtk+-2.21.3/gtk/gtkcontainer.c
 
1
Index: gtk+-2.21.5/gtk/gtkcontainer.c
2
2
===================================================================
3
 
--- gtk+-2.21.3.orig/gtk/gtkcontainer.c 2010-06-27 14:33:46.000000000 +1000
4
 
+++ gtk+-2.21.3/gtk/gtkcontainer.c      2010-06-29 12:43:07.925943000 +1000
 
3
--- gtk+-2.21.5.orig/gtk/gtkcontainer.c 2010-07-12 18:23:44.000000000 +0200
 
4
+++ gtk+-2.21.5/gtk/gtkcontainer.c      2010-07-28 18:02:42.568207000 +0200
5
5
@@ -48,6 +48,8 @@
6
6
   REMOVE,
7
7
   CHECK_RESIZE,
36
36
 }
37
37
 
38
38
 static void
39
 
Index: gtk+-2.21.3/gtk/gtkmenushell.c
 
39
Index: gtk+-2.21.5/gtk/gtkmenushell.c
40
40
===================================================================
41
 
--- gtk+-2.21.3.orig/gtk/gtkmenushell.c 2010-06-29 12:36:51.955943000 +1000
42
 
+++ gtk+-2.21.3/gtk/gtkmenushell.c      2010-06-29 12:43:07.925943000 +1000
43
 
@@ -533,6 +533,8 @@
44
 
 
45
 
   if (class->insert)
46
 
     class->insert (menu_shell, child, position);
 
41
--- gtk+-2.21.5.orig/gtk/gtkmenushell.c 2010-07-28 17:58:24.000000000 +0200
 
42
+++ gtk+-2.21.5/gtk/gtkmenushell.c      2010-07-28 18:02:53.018207001 +0200
 
43
@@ -559,6 +559,8 @@
 
44
                               menu_shell,
 
45
                               child,
 
46
                               position);
47
47
+
48
48
+  g_signal_emit_by_name (menu_shell, "child-added", child);
49
49
 }