[longomatch/livecapture2: 20/31] Promp for overwrite when selecting the capture output file
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/livecapture2: 20/31] Promp for overwrite when selecting the capture output file
- Date: Mon, 3 May 2010 22:40:29 +0000 (UTC)
commit 8bdfc307fd09b55bd9c46a425d92ce43f94aace0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Apr 24 22:53:31 2010 +0200
Promp for overwrite when selecting the capture output file
LongoMatch/Gui/Component/ProjectDetailsWidget.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
index 21cbf04..71b52c9 100644
--- a/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
+++ b/LongoMatch/Gui/Component/ProjectDetailsWidget.cs
@@ -435,6 +435,7 @@ namespace LongoMatch.Gui.Component
"gtk-cancel",ResponseType.Cancel,
"gtk-save",ResponseType.Accept);
fChooser.SetCurrentFolder(MainClass.VideosDir());
+ fChooser.DoOverwriteConfirmation = true;
if (fChooser.Run() == (int)ResponseType.Accept)
fileEntry.Text = fChooser.Filename;
fChooser.Destroy();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]