diff options
Diffstat (limited to 'gtk/gtkpathbar.h')
-rw-r--r-- | gtk/gtkpathbar.h | 5 |
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; |