[empathy] account-widget-irc: Call empathy_account_widget_changed when network combobox is changed



commit 6dfc3153eb4551778f2cdbb6f9acc48013c7ddc4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Jan 14 11:31:03 2010 +0000

    account-widget-irc: Call empathy_account_widget_changed when network combobox is changed
    
    By calling this function we'll activate the connect button and record that the
    widget contains pending changes (#606642).

 libempathy-gtk/empathy-account-widget-irc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c
index e462aa6..d3b9919 100644
--- a/libempathy-gtk/empathy-account-widget-irc.c
+++ b/libempathy-gtk/empathy-account-widget-irc.c
@@ -268,6 +268,7 @@ account_widget_irc_combobox_network_changed_cb (GtkWidget *combobox,
                                                 EmpathyAccountWidgetIrc *settings)
 {
   update_server_params (settings);
+  empathy_account_widget_changed (settings->self);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]