From bbef761c21ef14cfdcc3c8b124b6f7a28b74a343 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sep 23 2010 03:24:21 +0000 Subject: try again --- diff --git a/gtk-build-fixes.patch b/gtk-build-fixes.patch index baa3912..7eaabf5 100644 --- a/gtk-build-fixes.patch +++ b/gtk-build-fixes.patch @@ -10,6 +10,26 @@ diff -up gnome-bluetooth-2.90.0/applet/main.c.gtk-fixes gnome-bluetooth-2.90.0/a GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, NULL); gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Browse"), GTK_RESPONSE_ACCEPT); +diff -up gnome-bluetooth-2.90.0/applet/notify.c.gtk-fixes gnome-bluetooth-2.90.0/applet/notify.c +--- gnome-bluetooth-2.90.0/applet/notify.c.gtk-fixes 2010-09-22 23:23:52.724998001 -0400 ++++ gnome-bluetooth-2.90.0/applet/notify.c 2010-09-22 23:24:10.960998000 -0400 +@@ -167,15 +167,13 @@ void set_icon(gboolean enabled) + + void enable_blinking(void) + { +- gtk_status_icon_set_blinking(statusicon, TRUE); + } + + void disable_blinking(void) + { +- gtk_status_icon_set_blinking(statusicon, FALSE); + } + + gboolean query_blinking(void) + { +- return gtk_status_icon_get_blinking(statusicon); ++ return FALSE; + } diff -up gnome-bluetooth-2.90.0/lib/bluetooth-chooser-button.c.gtk-fixes gnome-bluetooth-2.90.0/lib/bluetooth-chooser-button.c --- gnome-bluetooth-2.90.0/lib/bluetooth-chooser-button.c.gtk-fixes 2010-09-22 23:08:28.212998002 -0400 +++ gnome-bluetooth-2.90.0/lib/bluetooth-chooser-button.c 2010-09-22 23:08:45.495997908 -0400