]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
radiant: re-enable Credits and Issues buttons in About window
authorThomas Debesse <dev@illwieckz.net>
Tue, 21 Jun 2022 06:38:04 +0000 (08:38 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 21 Jun 2022 06:38:04 +0000 (08:38 +0200)
radiant/gtkdlgs.cpp

index b77aca29f0929b7ca82e9295f693aa05c059a22c..6d3a0295987fc0b13b7d7f3cca43c7056c5ebdde 100644 (file)
@@ -541,7 +541,6 @@ void DoAbout(){
                                {
                     auto button = create_dialog_button( "Credits", G_CALLBACK( about_button_credits ), 0 );
                                        vbox2.pack_start( button, FALSE, FALSE, 0 );
-                                       gtk_widget_set_sensitive( GTK_WIDGET( button ), FALSE);
                                }
                                {
                     auto button = create_dialog_button( "Changes", G_CALLBACK( about_button_changelog ), 0 );
@@ -550,7 +549,6 @@ void DoAbout(){
                                {
                     auto button = create_dialog_button( "Issues", G_CALLBACK( about_button_issues ), 0 );
                                        vbox2.pack_start( button, FALSE, FALSE, 0 );
-                                       gtk_widget_set_sensitive( GTK_WIDGET( button ), FALSE);
                                }
                        }
                }