diff options
author | Jonathan Blandford <jrb@gnome.org> | 2004-02-23 20:24:01 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-02-23 20:24:01 +0000 |
commit | 4b041f82415050722187bf7904feede7e30308a4 (patch) | |
tree | bfdd087f1f049e08d61de37b644dd87217571afc /gtk/gtkpathbar.h | |
parent | fa72f157acfa7f50cefb6b42a85720b349155049 (diff) | |
download | gtk+-4b041f82415050722187bf7904feede7e30308a4.tar.gz |
Display the root a bit more cleanly.
Mon Feb 23 15:23:23 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_set_path): Display the root a bit
more cleanly.
* gtk/gtkpathbar.h (struct _GtkPathBarClass): fix the signal.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r-- | gtk/gtkpathbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h index 04dd3b7ce0..51d567188e 100644 --- a/gtk/gtkpathbar.h +++ b/gtk/gtkpathbar.h @@ -55,7 +55,7 @@ struct _GtkPathBarClass GtkContainerClass parent_class; void (* path_clicked) (GtkPathBar *path_bar, - const gchar *file_path); + GtkFilePath *file_path); }; GType gtk_path_bar_get_type (void) G_GNUC_CONST; |