for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n");
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkpathbar.c (gtk_path_bar_finalize): for (i = 0; i < 10; i++) g_print ("I will compile before committing.\n");
This commit is contained in:

committed by
Jonathan Blandford

parent
decffc9d95
commit
8f3d4b4ba6
@ -1,3 +1,9 @@
|
||||
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
|
||||
for (i = 0; i < 10; i++)
|
||||
g_print ("I will compile before committing.\n");
|
||||
|
||||
Mon Feb 23 02:08:42 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Use the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
|
||||
for (i = 0; i < 10; i++)
|
||||
g_print ("I will compile before committing.\n");
|
||||
|
||||
Mon Feb 23 02:08:42 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Use the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
|
||||
for (i = 0; i < 10; i++)
|
||||
g_print ("I will compile before committing.\n");
|
||||
|
||||
Mon Feb 23 02:08:42 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Use the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
|
||||
for (i = 0; i < 10; i++)
|
||||
g_print ("I will compile before committing.\n");
|
||||
|
||||
Mon Feb 23 02:08:42 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Use the
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 23 02:26:53 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkpathbar.c (gtk_path_bar_finalize):
|
||||
for (i = 0; i < 10; i++)
|
||||
g_print ("I will compile before committing.\n");
|
||||
|
||||
Mon Feb 23 02:08:42 2004 Jonathan Blandford <jrb@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Use the
|
||||
|
@ -127,7 +127,7 @@ gtk_path_bar_finalize (GObject *object)
|
||||
path_bar = GTK_PATH_BAR (object);
|
||||
g_list_free (path_bar->button_list);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
G_OBJECT_CLASS (gtk_path_bar_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
/* Size requisition:
|
||||
|
Reference in New Issue
Block a user