try again

This commit is contained in:
Matthias Clasen 2010-09-22 23:24:21 -04:00
parent af364b65ee
commit bbef761c21

View File

@ -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