]> Pileus Git - ~andy/gtk/commitdiff
Avoid double browser windows from the about dialog.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Apr 2009 15:57:39 +0000 (11:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Apr 2009 18:55:55 +0000 (14:55 -0400)
gtk/gtkaboutdialog.c

index 349d35e276f40e5ec01b82a5fd4e5ac33cd2f395..f18a450734eab13390df5060310a4d6259c9c0f4 100644 (file)
@@ -469,8 +469,6 @@ gtk_about_dialog_init (GtkAboutDialog *about)
 
   priv->website_button = button = gtk_link_button_new (""); 
   gtk_widget_set_no_show_all (button, TRUE);
-  g_signal_connect (G_OBJECT (button), "clicked",
-                   G_CALLBACK (activate_url), about);
   gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
   
   priv->website_label = button = gtk_label_new ("");