[longomatch] Set playlist filename after loading it
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Set playlist filename after loading it
- Date: Tue, 30 Aug 2011 20:58:38 +0000 (UTC)
commit 5db90819b5b6fc2eabe107512fffeb90288e0c85
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Aug 28 21:35:57 2011 +0200
Set playlist filename after loading it
LongoMatch/Gui/Dialog/VideoEditionProperties.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
index 73ea98c..0dba29c 100644
--- a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
+++ b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
@@ -73,6 +73,7 @@ namespace LongoMatch.Gui.Dialog
private string GetExtension() {
TreeIter iter;
+ formatcombobox.GetActiveIter(out iter);
return ((EncodingProfile) encStore.GetValue(iter, 1)).Extension;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]