summaryrefslogtreecommitdiffstats
path: root/fresh-tooltips.patch
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:35:48 +0000
committerOwen Taylor <otaylor@fedoraproject.org>2009-12-17 23:35:48 +0000
commit891e460d37fc62e96d18877c31df3ad1ecf9cc98 (patch)
treeb7400554347cf81f0eba3901fa3ee210fb49c7b0 /fresh-tooltips.patch
parent97b03230fda37fecb08ffb38d83e33d4c86aa7be (diff)
downloadmetacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.tar.gz
metacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.tar.xz
metacity-891e460d37fc62e96d18877c31df3ad1ecf9cc98.zip
- Fix crash in in tooltip on_style_set() (rhbz 546509)
- 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);