mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
Handle '--' correctly.
2004-04-05 Anders Carlsson <andersca@gnome.org> * gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
This commit is contained in:
parent
4aadc2ab20
commit
3bfc888d4a
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-05 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
|
||||||
|
|
||||||
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-05 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
|
||||||
|
|
||||||
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-05 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
|
||||||
|
|
||||||
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-05 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
|
||||||
|
|
||||||
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2004-04-05 Anders Carlsson <andersca@gnome.org>
|
||||||
|
|
||||||
|
* gdk/gdk.c (gdk_arg_context_parse): Handle '--' correctly.
|
||||||
|
|
||||||
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
Fri Apr 2 17:57:33 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set the height
|
||||||
|
@ -116,7 +116,7 @@ gdk_arg_context_parse (GdkArgContext *context, gint *argc, gchar ***argv)
|
|||||||
arg = (*argv)[i] + 2;
|
arg = (*argv)[i] + 2;
|
||||||
|
|
||||||
/* '--' terminates list of arguments */
|
/* '--' terminates list of arguments */
|
||||||
if (arg == 0)
|
if (*arg == 0)
|
||||||
{
|
{
|
||||||
(*argv)[i] = NULL;
|
(*argv)[i] = NULL;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user