summaryrefslogtreecommitdiff
path: root/gtk/gtkpathbar.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@gnome.org>2004-03-10 06:20:48 +0000
committerJonathan Blandford <jrb@src.gnome.org>2004-03-10 06:20:48 +0000
commit9727b4d2ed034db0c38629530d8ec86f89da25e6 (patch)
treee3d1c85ef63724fbaab5081fce45c7e87e6249ef /gtk/gtkpathbar.h
parent5d8863bbac7ee59fc137744c2365cc132878d9cc (diff)
downloadgtk+-9727b4d2ed034db0c38629530d8ec86f89da25e6.tar.gz
added 'Desktop' to the list of volumes. We don't have any more untranlated
Wed Mar 10 01:17:40 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkpathbar.c: added 'Desktop' to the list of volumes. We don't have any more untranlated strings in the dialog.
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r--gtk/gtkpathbar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkpathbar.h b/gtk/gtkpathbar.h
index d82a07b524..18164b5ac8 100644
--- a/gtk/gtkpathbar.h
+++ b/gtk/gtkpathbar.h
@@ -43,8 +43,11 @@ struct _GtkPathBar
GtkFileSystem *file_system;
GtkFilePath *root_path;
GtkFilePath *home_path;
- GdkPixbuf *home_icon;
+ GtkFilePath *desktop_path;
+
GdkPixbuf *root_icon;
+ GdkPixbuf *home_icon;
+ GdkPixbuf *desktop_icon;
GList *button_list;
GList *first_scrolled_button;