summaryrefslogtreecommitdiff
path: root/src/nautilus-pathbar.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-29 16:56:20 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-29 16:56:20 -0400
commit6432c95e610ba67a56a4c664b002105fe0cc2186 (patch)
tree394ae3e510190b1e736c542a71acfb627328aa19 /src/nautilus-pathbar.h
parentaabb468c1ff6a48734f5f3d1be3a606a3cee9a8d (diff)
downloadnautilus-6432c95e610ba67a56a4c664b002105fe0cc2186.tar.gz
pathbar: remove fake root attributes
We currently allow going up from Home towards the filesystem root with a little back arrow; in the code this is implemented by keeping track of an additional fake root. Since we want to change the pathbar not to show the back arrow anymore in such cases, remove this code (and refactor other pieces of code around it). https://bugzilla.gnome.org/show_bug.cgi?id=619616
Diffstat (limited to 'src/nautilus-pathbar.h')
-rw-r--r--src/nautilus-pathbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-pathbar.h b/src/nautilus-pathbar.h
index f0f9cbd3c..25ab5b7fd 100644
--- a/src/nautilus-pathbar.h
+++ b/src/nautilus-pathbar.h
@@ -54,7 +54,7 @@ struct _NautilusPathBarClass
GType nautilus_path_bar_get_type (void) G_GNUC_CONST;
-gboolean nautilus_path_bar_set_path (NautilusPathBar *path_bar, GFile *file);
+void nautilus_path_bar_set_path (NautilusPathBar *path_bar, GFile *file);
GFile * nautilus_path_bar_get_path_for_button (NautilusPathBar *path_bar,
GtkWidget *button);
void nautilus_path_bar_clear_buttons (NautilusPathBar *path_bar);