summaryrefslogtreecommitdiff
path: root/src/totem-interface.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-10-16 15:57:42 +0100
committerBastien Nocera <hadess@hadess.net>2009-10-16 15:57:42 +0100
commitb138f4e57e33905c90f30c49aed5d8ed1a0908af (patch)
treee1f8005cbac29c271e8c8deb358fa15c7bf0dc70 /src/totem-interface.c
parent1afdf0783f2582f19cb1a6294be017beee7d8afe (diff)
downloadtotem-b138f4e57e33905c90f30c49aed5d8ed1a0908af.tar.gz
Fix links not showing up in error messages
https://bugzilla.gnome.org/show_bug.cgi?id=598679
Diffstat (limited to 'src/totem-interface.c')
-rw-r--r--src/totem-interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-interface.c b/src/totem-interface.c
index 5cd5a809e..dd6532b46 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -184,6 +184,7 @@ totem_interface_error_with_link (const char *title, const char *reason,
hbox = gtk_hbox_new (TRUE, 0);
gtk_box_pack_start (GTK_BOX (hbox), link_button, FALSE, FALSE, 0);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (error_dialog)->vbox), hbox, TRUE, FALSE, 0);
+ gtk_widget_show_all (hbox);
gtk_dialog_set_default_response (GTK_DIALOG (error_dialog), GTK_RESPONSE_OK);