diff options
author | jstebbins <[email protected]> | 2008-09-25 14:38:21 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-25 14:38:21 +0000 |
commit | 0a66557bbd0c429e27463d8bb3fe1918e44b344b (patch) | |
tree | 51aa5dbf53bc24f60e021f311f96d9c1a845da97 /gtk/src/ghb.ui | |
parent | b6e78bffa6baa8adb7436a9e41a392c4544aacc3 (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/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 9772e4ac9..18b2a7676 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3813,6 +3813,16 @@ this setting.</property> <placeholder/> </child> <child> + <object class="GtkLabel" id="activity_location"> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="visible">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkScrolledWindow" id="activity_scroll"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -3833,7 +3843,7 @@ this setting.</property> </child> </object> <packing> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> |