summaryrefslogtreecommitdiffstats
path: root/gtk/src/presets.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-09-25 14:38:21 +0000
committerjstebbins <[email protected]>2008-09-25 14:38:21 +0000
commit0a66557bbd0c429e27463d8bb3fe1918e44b344b (patch)
tree51aa5dbf53bc24f60e021f311f96d9c1a845da97 /gtk/src/presets.h
parentb6e78bffa6baa8adb7436a9e41a392c4544aacc3 (diff)
LinGui: Store the activity log in the users config dir instead of PWD.
Display the location of the activity log in the activity window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1761 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/presets.h')
-rw-r--r--gtk/src/presets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/presets.h b/gtk/src/presets.h
index c8fbc5044..820899bb9 100644
--- a/gtk/src/presets.h
+++ b/gtk/src/presets.h
@@ -37,5 +37,6 @@ void ghb_set_preset_default(GValue *settings);
void ghb_save_queue(GValue *queue);
GValue* ghb_load_queue();
void ghb_remove_queue_file(void);;
+gchar* ghb_get_user_config_dir();
#endif // _GHB_PRESETS_H_