summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2004-02-23 20:24:01 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-02-23 20:24:01 +0000
commit4b041f82415050722187bf7904feede7e30308a4 (patch)
treebfdd087f1f049e08d61de37b644dd87217571afc /gtk/gtkfilesystem.c
parentfa72f157acfa7f50cefb6b42a85720b349155049 (diff)
downloadgtk+-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/gtkfilesystem.c')
-rw-r--r--gtk/gtkfilesystem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c
index 9f2f653f3c..248017c728 100644
--- a/gtk/gtkfilesystem.c
+++ b/gtk/gtkfilesystem.c
@@ -1017,7 +1017,6 @@ _gtk_file_system_module_create (GtkFileSystemModule *fs_module)
GtkFileSystem *
_gtk_file_system_create (const char *file_system_name)
{
- struct FileSystemInfo *file_system_info;
GSList *l;
char *module_path;
GtkFileSystemModule *fs_module;
@@ -1054,3 +1053,5 @@ _gtk_file_system_create (const char *file_system_name)
return fs;
}
+
+