aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-26 20:30:53 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-07-26 20:30:53 +0800
commit8b462cc50c3e2a89d889598bb4a63d9d625bf53d (patch)
treee098639e7651469e4633a447e26b81935ffc3362 /libempathy-gtk
parent2b5acdb919141633ce655e6e1322c8d133097c14 (diff)
downloadgsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar.gz
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar.bz2
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar.lz
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar.xz
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.tar.zst
gsoc2013-empathy-8b462cc50c3e2a89d889598bb4a63d9d625bf53d.zip
2007-07-26 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not hidden after cancelling. Fixes bug #458997 (Frederic Peters). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@196 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-accounts-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c
index cc88b73a7..888b14c4d 100644
--- a/libempathy-gtk/empathy-accounts-dialog.c
+++ b/libempathy-gtk/empathy-accounts-dialog.c
@@ -553,6 +553,9 @@ accounts_dialog_model_selection_changed (GtkTreeSelection *selection,
if (account) {
g_object_unref (account);
}
+
+ /* insure new account frame is hidden when a row is selected*/
+ gtk_widget_hide (dialog->frame_new_account);
}
static void