summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-01-13 09:29:45 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-01-13 09:29:45 +0000
commit189f9e2be958c0ea9782cb281b36776c5d79c4e3 (patch)
treea402a479005e10942d29c8608739aa29f9b4c3dd /apps/settings.h
parentf4f90c2283daa9c47f056a79125dc5b0d535d392 (diff)
charcell doesnt show titles in lists, so remove the "show path" setting and free up some bin space
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index f365e16ef5..39ff4da25b 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -658,7 +658,9 @@ struct user_settings
#endif
bool hold_lr_for_scroll_in_list; /* hold L/R scrolls the list left/right */
+#ifdef HAVE_LCD_BITMAP
int show_path_in_browser; /* 0=off, 1=current directory, 2=full path */
+#endif
#ifdef HAVE_HEADPHONE_DETECTION
int unplug_mode; /* pause on headphone unplug */