summaryrefslogtreecommitdiffstats
path: root/fresh-tooltips.patch
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:14:54 +0000
committerOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:14:54 +0000
commit6a9fbe8df13402c01d7ad141a91206cebe883056 (patch)
tree7a6e210ea42b047873e1877e8cd4bdf9c7991a3d /fresh-tooltips.patch
parenta58f244bf0e2930ae687b8c2511664056e935db7 (diff)
- Fix crash in in tooltip on_style_set() (rhbz 546509)metacity-2_28_0-13_fc12
- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)
Diffstat (limited to 'fresh-tooltips.patch')
-rw-r--r--fresh-tooltips.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/fresh-tooltips.patch b/fresh-tooltips.patch
index 03c2d34..9c7c45f 100644
--- a/fresh-tooltips.patch
+++ b/fresh-tooltips.patch
@@ -1,6 +1,6 @@
diff -up metacity-2.28.0/src/ui/fixedtip.c.fresh-tooltips metacity-2.28.0/src/ui/fixedtip.c
---- metacity-2.28.0/src/ui/fixedtip.c.fresh-tooltips 2009-10-28 12:32:09.098105658 -0400
-+++ metacity-2.28.0/src/ui/fixedtip.c 2009-10-28 15:33:52.419756065 -0400
+--- metacity-2.28.0/src/ui/fixedtip.c.fresh-tooltips 2009-12-17 18:06:26.000000000 -0500
++++ metacity-2.28.0/src/ui/fixedtip.c 2009-12-17 18:08:23.000000000 -0500
@@ -50,33 +50,237 @@ static int screen_right_edge = 0;
*/
static int screen_bottom_edge = 0;
@@ -299,8 +299,8 @@ diff -up metacity-2.28.0/src/ui/fixedtip.c.fresh-tooltips metacity-2.28.0/src/ui
g_signal_connect (tip, "destroy",
G_CALLBACK (gtk_widget_destroyed), &tip);
+
-+ g_signal_connect_swapped (tip, "style-set",
-+ G_CALLBACK (on_style_set), NULL);
++ g_signal_connect (tip, "style-set",
++ G_CALLBACK (on_style_set), NULL);
}
gtk_label_set_markup (GTK_LABEL (label), markup_text);