]> Pileus Git - ~andy/gtk/commitdiff
fix GtkDialogFlags to have the right values, reported by Jeff Franks
authorHavoc Pennington <hp@pobox.com>
Mon, 31 Dec 2001 04:43:07 +0000 (04:43 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 31 Dec 2001 04:43:07 +0000 (04:43 +0000)
2001-12-30  Havoc Pennington  <hp@pobox.com>

* gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have
the right values, reported by Jeff Franks

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdialog.h

index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 4aeb6d92a859a07f29f8336ce79c5ae246837321..576e4858b44923d40eb195019c1ebb345297046a 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
+       the right values, reported by Jeff Franks
+
 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
 
        * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
index 5ff49b62ac8cc333b7d4bcbfa3fa008b630a1471..84e85fea53301edde34ff361674483c2ab312156 100644 (file)
@@ -39,9 +39,9 @@ extern "C" {
 /* Parameters for dialog construction */
 typedef enum
 {
-  GTK_DIALOG_MODAL,               /* call gtk_window_set_modal (win, TRUE) */
-  GTK_DIALOG_DESTROY_WITH_PARENT, /* call gtk_window_set_destroy_with_parent () */
-  GTK_DIALOG_NO_SEPARATOR         /* no separator bar above buttons */
+  GTK_DIALOG_MODAL               = 1 << 0, /* call gtk_window_set_modal (win, TRUE) */
+  GTK_DIALOG_DESTROY_WITH_PARENT = 1 << 1, /* call gtk_window_set_destroy_with_parent () */
+  GTK_DIALOG_NO_SEPARATOR        = 1 << 2  /* no separator bar above buttons */
 } GtkDialogFlags;
 
 /* Convenience enum to use for response_id's.  Positive values are