[Xfce4-commits] <postler:master> Closing 'sender or author' dialogue should cancel

Christian Dywan noreply at xfce.org
Wed May 18 02:54:02 CEST 2011


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

commit 42d29df3e4c8b3f8e6511858631bf509a7870a7a
Author: Christian Dywan <christian at twotoasts.de>
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;
     }



More information about the Xfce4-commits mailing list