AUDIT: r23527 - gnucash/trunk/src/import-export/qif-import - Bug 705714 - QIF Import - File selection pop-up is not on top during qif import
John Ralls
jralls at code.gnucash.org
Mon Dec 9 22:34:44 EST 2013
Author: jralls
Date: 2013-12-09 22:34:43 -0500 (Mon, 09 Dec 2013)
New Revision: 23527
Trac: http://svn.gnucash.org/trac/changeset/23527
Modified:
gnucash/trunk/src/import-export/qif-import/assistant-qif-import.c
Log:
Bug 705714 - QIF Import - File selection pop-up is not on top during qif import
Use gtk_window_set_transient_for(), not gtk_window_set_keep_on_top().
The latter forces the window on top of *everything*, at least on the
Gnome WM and on MSWindows.
BP
More information about the gnucash-patches
mailing list