aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-account-assistant.c
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-03-10 12:54:51 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-03-10 18:43:43 +0800
commit77c57d35a578027d6f5ffea14483ba8762ad995a (patch)
treeac08b0486329570e81f3644f64ec0bf0c3d97b55 /src/empathy-account-assistant.c
parentc2cd8fbabc39ee82f28e9617a33c2ae603f711b7 (diff)
downloadgsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar.gz
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar.bz2
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar.lz
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar.xz
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.tar.zst
gsoc2013-empathy-77c57d35a578027d6f5ffea14483ba8762ad995a.zip
empathy-accounts: make CcPage insensitive when assistant is being shown
Also destroy assistant when CcPanel becomes inactive.
Diffstat (limited to 'src/empathy-account-assistant.c')
-rw-r--r--src/empathy-account-assistant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index e5c5e80c2..63949ed26 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -1320,7 +1320,7 @@ empathy_account_assistant_show (GtkWindow *window,
if (dialog == NULL)
{
- dialog = g_object_new (EMPATHY_TYPE_ACCOUNT_ASSISTANT,
+ dialog = g_object_new (EMPATHY_TYPE_ACCOUNT_ASSISTANT,
"parent-window", window,
"connection-managers", connection_mgrs,
NULL);