Updating branch refs/heads/master
         to 42d29df3e4c8b3f8e6511858631bf509a7870a7a (commit)
       from fdca25e73454cab6d656cc70edbd6fed02f29c4e (commit)

commit 42d29df3e4c8b3f8e6511858631bf509a7870a7a
Author: Christian Dywan <[email protected]>
Date:   Tue May 17 22:32:19 2011 +0200

    Closing 'sender or author' dialogue should cancel

 postler/postler-bureau.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index caf47b3..9890ac3 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -174,7 +174,7 @@ public class Postler.Bureau : Gtk.Window {
 
         if (response == Gtk.ResponseType.OK)
             return content.list_post;
-        else if (response == Gtk.ResponseType.NONE)
+        else if (response == Gtk.ResponseType.DELETE_EVENT)
             return null;
         return reply_to;
     }
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to