Move '.' out of quote. (#64407)

* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
This commit is contained in:
Matthias Clasen 2001-11-15 23:18:15 +00:00
parent 2fdf30186c
commit cea7df47d7
8 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -1,3 +1,7 @@
2001-11-15 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
Thu Nov 15 16:24:55 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function

View File

@ -761,7 +761,7 @@ gtk_window_get_property (GObject *object,
* be #GTK_WINDOW_TOPLEVEL. If you're implementing something like a
* popup menu from scratch (which is a bad idea, just use #GtkMenu),
* you might use #GTK_WINDOW_POPUP. #GTK_WINDOW_POPUP is not for
* dialogs, though in some other toolkits dialogs are called "popups."
* dialogs, though in some other toolkits dialogs are called "popups".
* In GTK+, #GTK_WINDOW_POPUP means a pop-up menu or pop-up tooltip.
* Popup windows are not controlled by the window manager.
*