empathy r709 - trunk/libempathy-gtk



Author: xclaesse
Date: Sat Mar  8 15:57:31 2008
New Revision: 709
URL: http://svn.gnome.org/viewvc/empathy?rev=709&view=rev

Log:
If the main window already exists show it using empathy_window_present() instead of gtk_window_present(). Fixes bug #521051 (Marco Barisione).


Modified:
   trunk/libempathy-gtk/empathy-main-window.c

Modified: trunk/libempathy-gtk/empathy-main-window.c
==============================================================================
--- trunk/libempathy-gtk/empathy-main-window.c	(original)
+++ trunk/libempathy-gtk/empathy-main-window.c	Sat Mar  8 15:57:31 2008
@@ -187,7 +187,7 @@
 	gint                      x, y, w, h;
 
 	if (window) {
-		gtk_window_present (GTK_WINDOW (window->window));
+		empathy_window_present (GTK_WINDOW (window->window), TRUE);
 		return window->window;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]