[longomatch] Refresh Projects List Widget after a project is saved



commit a9bc3f9107f7e74b0cfcc4babe9f59b3e76ac68d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Sep 23 18:51:44 2009 +0200

    Refresh Projects List Widget after a project is saved

 LongoMatch/Gui/Dialog/ProjectsManager.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/ProjectsManager.cs b/LongoMatch/Gui/Dialog/ProjectsManager.cs
index 1bf34d0..bab85f6 100644
--- a/LongoMatch/Gui/Dialog/ProjectsManager.cs
+++ b/LongoMatch/Gui/Dialog/ProjectsManager.cs
@@ -75,6 +75,7 @@ namespace LongoMatch.Gui.Dialog
 					                          Catalog.GetString("A Project is already using this file."));
 				}
 			}
+			projectlistwidget1.QueueDraw();
 		}
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]