[Xfce4-commits] <postler:master> Propagate done from AccountWidget to AccountSetup

Christian Dywan noreply at xfce.org
Thu Dec 16 01:28:02 CET 2010


Updating branch refs/heads/master
         to 8fd1001f4fbb8db6cb159426a8e24cb2a2678876 (commit)
       from 9e76863824721efb1560c0d4c23adc25d63b4c16 (commit)

commit 8fd1001f4fbb8db6cb159426a8e24cb2a2678876
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Dec 16 00:10:13 2010 +0100

    Propagate done from AccountWidget to AccountSetup
    
    Fixes: https://bugs.launchpad.net/postler/+bug/690788

 postler/postler-accountsetup.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/postler/postler-accountsetup.vala b/postler/postler-accountsetup.vala
index 46be912..281a45c 100644
--- a/postler/postler-accountsetup.vala
+++ b/postler/postler-accountsetup.vala
@@ -117,6 +117,7 @@ public class Postler.AccountSetup : Gtk.Dialog {
     private AccountSetup (AccountInfo? info=null) {
         widget = new AccountWidget (info);
         widget.done.connect ((info) => {
+            done (info);
             destroy ();
         });
         (get_content_area () as Gtk.Box).pack_start (widget, true, true, 0);



More information about the Xfce4-commits mailing list