]> git.0d.be Git - empathy.git/commitdiff
don't set has-window on the spinner
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 30 Sep 2010 13:14:32 +0000 (15:14 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 4 Oct 2010 08:43:28 +0000 (10:43 +0200)
There is no reason to and that makes GTK assert.

src/empathy-main-window.c

index 976ce09c5e5d43393b7bed87ee44d81a44178e77..6519a50d49bdf097944f3686588dd7e0dab0a978 100644 (file)
@@ -1661,7 +1661,6 @@ empathy_main_window_init (EmpathyMainWindow *window)
        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_has_window (GTK_WIDGET (priv->throbber), TRUE);
        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),