[tomboy] About dialog does not need to be modal (bug #364945).
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy] About dialog does not need to be modal (bug #364945).
- Date: Mon, 24 Aug 2009 06:08:48 +0000 (UTC)
commit c82240cd536b954f9bbde48b4afc6226caa4590d
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Sat Aug 22 18:07:53 2009 -0700
About dialog does not need to be modal (bug #364945).
Tomboy/Tomboy.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 97d6df9..63e55b0 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -353,8 +353,10 @@ namespace Tomboy
about.Documenters = documenters;
about.TranslatorCredits = translators;
about.IconName = "tomboy";
- about.Run ();
- about.Destroy ();
+ about.Response += delegate {
+ about.Destroy ();
+ };
+ about.Present ();
}
static void OpenSearchAll (object sender, EventArgs args)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]