[empathy] main-window: remove the throbber tooltip
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] main-window: remove the throbber tooltip
- Date: Tue, 23 Aug 2011 14:02:01 +0000 (UTC)
commit a54170335d7c6246f1606347ed109e682c883927
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Aug 23 15:59:08 2011 +0200
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
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 62089b8..fa50ef5 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),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]