diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index f1b463c03..e314ad33f 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -2193,7 +2193,7 @@ do_constructed (GObject *obj) GtkWidget *hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 3); GtkWidget *image; - gtk_box_set_homogeneous (hbox, TRUE); + gtk_box_set_homogeneous (GTK_BOX (hbox), TRUE); /* We can't use the stock button as its accelerator ('C') clashes with * the Close button. */ |