]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.cpp
Merge commit '6592d65469e5386216a692ba3b5d6e7cc590c617' into garux-merge
[xonotic/netradiant.git] / radiant / gtkdlgs.cpp
index c7bd3a581bf23eebee130f76b923e221f3a505a4..1deceec8b1f756d6c478f58967293b214be8500c 100644 (file)
@@ -480,6 +480,7 @@ 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 );
@@ -488,6 +489,7 @@ 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);
                                }
                        }
                }