Focus of about dialog

2010-05-26 Thread Vikraman Choudhury
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've added an about dialog to my gtk application, using GtkAboutDialog. However, when the dialog is displayed, the user can still switch to the main window, which is undesirable. The dialog should steal focus of the whole application. How can I do

Re: Focus of about dialog

2010-05-26 Thread Tadej Borovšak
Hello. I've added an about dialog to my gtk application, using GtkAboutDialog. However, when the dialog is displayed, the user can still switch to the main window, which is undesirable. The dialog should steal focus of the whole application. How can I do that ? I have looked at

[PATCH] gdk/gdkwindow.c: fix a typo in gdk_window_set_device_cursor().

2010-05-26 Thread Christian Beier
Hi there, the attached simple patch fixes a typo in gdk_window_set_device_cursor(). Applies against master. Cheers, Christian From 2bbb99aa4960822f05ef59643e0a2a8938765233 Mon Sep 17 00:00:00 2001 From: Christian Beier dontm...@freeshell.org Date: Wed, 26 May 2010 13:22:25 +0200 Subject:

Re: [PATCH] gdk/gdkwindow.c: fix a typo in gdk_window_set_device_cursor().

2010-05-26 Thread Javier Jardón
2010/5/26 Christian Beier dontm...@freeshell.org: Hi there, the attached simple patch fixes a typo in gdk_window_set_device_cursor(). Applies against master. Pushed, thanks a lot. Please, try to use bugzilla [1] next time so the patch don't get lost. Regards [1]

[PATCH] fix cross compilation in glib-2.25.7

2010-05-26 Thread Robert Schwebel
Ryan, On Mon, May 24, 2010 at 11:09:15PM -0400, Ryan Lortie wrote: GLib 2.25.7 is now available [...] I've tried to cross compile glib-2.25.7, and it crashes in gio/tests, because compiles glib-compile-schemas for the host system, but tries to run it later on the build machine. The patch below