diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-20 21:39:35 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-12-20 21:39:35 +0800 |
commit | 511f857fef39819c913d06538836b46d68b6e832 (patch) | |
tree | 21eda4211d724e3b1eb46f75135f849a36899532 | |
parent | b2714202e5f1cc10d2c01b4392113ef833f95ea3 (diff) | |
download | gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar.gz gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar.bz2 gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar.lz gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar.xz gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.tar.zst gsoc2013-empathy-511f857fef39819c913d06538836b46d68b6e832.zip |
Do not set main window as parent of new conversation window.
svn path=/trunk/; revision=490
-rw-r--r-- | libempathy-gtk/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-status-icon.c b/libempathy-gtk/empathy-status-icon.c index cca41d5dd..98c60ff64 100644 --- a/libempathy-gtk/empathy-status-icon.c +++ b/libempathy-gtk/empathy-status-icon.c @@ -553,7 +553,7 @@ status_icon_new_message_cb (GtkWidget *widget, priv = GET_PRIV (icon); - empathy_new_message_dialog_show (GTK_WINDOW (priv->window)); + empathy_new_message_dialog_show (NULL); } static void |