[tomboy/xdg-migration2: 5/16] 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/xdg-migration2: 5/16] About dialog does not need to be modal (bug #364945).
- Date: Mon, 24 Aug 2009 02:01:05 +0000 (UTC)
commit 3ddb74df02d87eba7a95b20d01b17aead84ac7fc
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 ee039b7..326c471 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]