diff src/xs_about.c @ 665:94186706beed

Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:44:33 +0300
parents b0743dc9165d
children 9321ffa2ea7e
line wrap: on
line diff
--- a/src/xs_about.c	Thu Apr 03 00:34:07 2008 +0300
+++ b/src/xs_about.c	Thu Apr 03 00:44:33 2008 +0300
@@ -72,7 +72,7 @@
 
     /* Check if there already is an open about window */
     if (xs_aboutwin != NULL) {
-        gdk_window_raise(xs_aboutwin->window);
+        XS_WINDOW_PRESENT(xs_aboutwin);
         return;
     }