]> git.0d.be Git - empathy.git/commitdiff
main-window: remove the throbber tooltip
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 23 Aug 2011 13:59:08 +0000 (15:59 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 23 Aug 2011 14:01:50 +0000 (16:01 +0200)
Clicking on it doesn't open the accounts dialog any more.

https://bugzilla.gnome.org/show_bug.cgi?id=657105

src/empathy-main-window.c

index 62089b8b2c8df5cd238e8fdacd2a10a31ec869eb..fa50ef587b44bb3ea6e3dd8c7cf8bc342443a183 100644 (file)
@@ -2234,7 +2234,6 @@ empathy_main_window_init (EmpathyMainWindow *window)
        /* Set up the throbber */
        priv->throbber = gtk_spinner_new ();
        gtk_widget_set_size_request (priv->throbber, 16, -1);
-       gtk_widget_set_tooltip_text (priv->throbber, _("Show and edit accounts"));
        gtk_widget_set_events (priv->throbber, GDK_BUTTON_PRESS_MASK);
        g_signal_connect (priv->throbber, "button-press-event",
                G_CALLBACK (main_window_throbber_button_press_event_cb),