[empathy: 22/26] Hide the search after picking the network to get the right one
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 22/26] Hide the search after picking the network to get the right one
- Date: Thu, 26 Aug 2010 12:05:14 +0000 (UTC)
commit acc900cd828e7883436fe41ca68d5de3b27cf1df
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Aug 26 11:50:11 2010 +0200
Hide the search after picking the network to get the right one
.../empathy-irc-network-chooser-dialog.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-irc-network-chooser-dialog.c b/libempathy-gtk/empathy-irc-network-chooser-dialog.c
index dc7445f..8dce073 100644
--- a/libempathy-gtk/empathy-irc-network-chooser-dialog.c
+++ b/libempathy-gtk/empathy-irc-network-chooser-dialog.c
@@ -345,12 +345,13 @@ remove_network (EmpathyIrcNetworkChooserDialog *self)
EmpathyIrcNetwork *network;
GtkTreeIter iter;
- gtk_widget_hide (priv->search);
-
network = dup_selected_network (self, &iter);
if (network == NULL)
return;
+ /* Hide the search after picking the network to get the right one */
+ gtk_widget_hide (priv->search);
+
DEBUG ("Remove network %s", empathy_irc_network_get_name (network));
gtk_list_store_remove (priv->store, &iter);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]