diff options
Diffstat (limited to 'fresh-tooltips.patch')
| -rw-r--r-- | fresh-tooltips.patch | 8 |
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); |
