From 6dfc3153eb4551778f2cdbb6f9acc48013c7ddc4 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 14 Jan 2010 11:31:03 +0000 Subject: 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 file changed, 1 insertion(+) diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c index e462aa611..d3b991989 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 -- cgit v1.2.3