aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-20 21:39:35 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-20 21:39:35 +0800
commit24aadac3b2da4c20071efa51b036d5dd3a9bc268 (patch)
tree21eda4211d724e3b1eb46f75135f849a36899532 /libempathy-gtk
parent68bb24084cfec8515c8ca323c96015028fdeea14 (diff)
downloadgsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar.gz
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar.bz2
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar.lz
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar.xz
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.tar.zst
gsoc2013-empathy-24aadac3b2da4c20071efa51b036d5dd3a9bc268.zip
Do not set main window as parent of new conversation window.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@490 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-status-icon.c2
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