[totem] Fix links not showing up in error messages



commit b138f4e57e33905c90f30c49aed5d8ed1a0908af
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Oct 16 15:57:42 2009 +0100

    Fix links not showing up in error messages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598679

 src/totem-interface.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem-interface.c b/src/totem-interface.c
index 5cd5a80..dd6532b 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]