[tasks/gnome3: 3/18] koto-field-editor-factory: NO_SEPARATOR is gone



commit 6a805497da6aca19b884eb9f92f0233e53965da0
Author: Ross Burton <ross linux intel com>
Date:   Wed Apr 27 19:33:02 2011 +0100

    koto-field-editor-factory: NO_SEPARATOR is gone

 libkoto/koto-field-editor-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libkoto/koto-field-editor-factory.c b/libkoto/koto-field-editor-factory.c
index 5d1c1ed..1e2d3cd 100644
--- a/libkoto/koto-field-editor-factory.c
+++ b/libkoto/koto-field-editor-factory.c
@@ -411,7 +411,7 @@ run_new_category_dialog (GtkWidget *widget)
   parent = gtk_widget_is_toplevel (parent) ? parent : NULL;
 
   dialog = gtk_dialog_new_with_buttons (_("New Category"), GTK_WINDOW (parent),
-                                        GTK_DIALOG_NO_SEPARATOR,
+                                        GTK_DIALOG_DESTROY_WITH_PARENT,
                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
                                         GTK_STOCK_OK, GTK_RESPONSE_OK,
                                         NULL);



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