diff options
Diffstat (limited to 'source3/client/tree.c')
-rw-r--r-- | source3/client/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/tree.c b/source3/client/tree.c index 5c2ced5e02b..d4f286ef563 100644 --- a/source3/client/tree.c +++ b/source3/client/tree.c @@ -44,7 +44,7 @@ void error_message(gchar *message) { /* Create the widgets */ dialog = gtk_dialog_new(); - gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); + gtk_window_set_modal(GTK_WINDOW(dialog), True); label = gtk_label_new (message); okay_button = gtk_button_new_with_label("Okay"); |