Revision: 2331
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2331&view=rev
Author: jcsjcs
Date: 2009-04-18 13:17:57 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
* file_itunesdb.c (create_transfer_information_dialog): keep
on top of all other windows. Thanks to Daniele Forsi for the
patch.
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/src/file_itunesdb.c
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2009-04-18 13:09:34 UTC (rev 2330)
+++ gtkpod/trunk/ChangeLog 2009-04-18 13:17:57 UTC (rev 2331)
@@ -1,5 +1,11 @@
2009-04-18 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * file_itunesdb.c (create_transfer_information_dialog): keep
+ on top of all other windows. Thanks to Daniele Forsi for the
+ patch.
+
+2009-04-18 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
* file_itunesdb.c (gp_write_itdb): fix memory leak. Thanks to
Daniele Forsi for the patch.
Modified: gtkpod/trunk/src/file_itunesdb.c
===================================================================
--- gtkpod/trunk/src/file_itunesdb.c 2009-04-18 13:09:34 UTC (rev 2330)
+++ gtkpod/trunk/src/file_itunesdb.c 2009-04-18 13:17:57 UTC (rev 2331)
@@ -1391,6 +1391,9 @@
G_CALLBACK (file_dialog_delete),
td);
+ /* Set the dialog parent */
+ gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW
(gtkpod_window));
+
return dialog;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2