[cheese] Start "Save as" dialog in home folder
- From: Laura Lucas Alday <lauralucas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] Start "Save as" dialog in home folder
- Date: Mon, 20 Dec 2010 19:47:37 +0000 (UTC)
commit da757bf17263cd36830856190dd3e14029ef70c5
Author: Laura Lucas Alday <lauralucasalday gmail com>
Date: Mon Dec 20 16:46:18 2010 -0300
Start "Save as" dialog in home folder
src/cheese-window.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 669eeb5..e9b0ebf 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -317,6 +317,7 @@ public class Cheese.MainWindow : Gtk.Window
save_as_dialog.do_overwrite_confirmation = true;
basename = GLib.Filename.display_basename (filename);
save_as_dialog.set_current_name (basename);
+ save_as_dialog.set_current_folder (GLib.Environment.get_home_dir ());
response = save_as_dialog.run ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]