diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-23 21:59:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-08-23 22:01:50 +0800 |
commit | a54170335d7c6246f1606347ed109e682c883927 (patch) | |
tree | 035d41571e9b2997b7776d7469352319207c3d3c /src | |
parent | d74b1775e5f237869bdc2177064ea82aa370ac42 (diff) | |
download | gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar.gz gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar.bz2 gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar.lz gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar.xz gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.tar.zst gsoc2013-empathy-a54170335d7c6246f1606347ed109e682c883927.zip |
main-window: remove the throbber tooltip
Clicking on it doesn't open the accounts dialog any more.
https://bugzilla.gnome.org/show_bug.cgi?id=657105
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 62089b8b2..fa50ef587 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -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), |