diff -Nru apturl-0.2.2ubuntu1/apturl apturl-0.2.2ubuntu2/apturl --- apturl-0.2.2ubuntu1/apturl 2008-04-15 16:06:29.000000000 -0400 +++ apturl-0.2.2ubuntu2/apturl 2008-05-26 10:43:35.000000000 -0400 @@ -61,6 +61,7 @@ buttons=gtk.BUTTONS_CLOSE) d.set_title("") d.set_markup("%s\n\n%s" % (summary, msg)) + d.set_keep_above(True) d.realize() d.window.set_functions(gtk.gdk.FUNC_MOVE) d.run() @@ -71,6 +72,7 @@ gtk.BUTTONS_YES_NO, "") dia.set_markup("%s" % header) dia.set_icon(gtk.icon_theme_get_default().load_icon('deb', 16, False)) + dia.set_keep_above(True) dia.format_secondary_text(body) res = dia.run() dia.destroy() @@ -255,6 +257,7 @@ dia_xml = gtk.glade.XML('/usr/share/apturl/apturl.glade', 'confirmation_dialog') dia = dia_xml.get_widget('confirmation_dialog') + dia.set_keep_above(True) dia.realize() # now go over the url list diff -Nru apturl-0.2.2ubuntu1/AptUrl/Version.py apturl-0.2.2ubuntu2/AptUrl/Version.py --- apturl-0.2.2ubuntu1/AptUrl/Version.py 2008-04-15 16:06:31.000000000 -0400 +++ apturl-0.2.2ubuntu2/AptUrl/Version.py 2008-05-26 10:54:45.000000000 -0400 @@ -1 +1 @@ -VERSION="0.2.2ubuntu1" +VERSION="0.2.2ubuntu2" diff -Nru apturl-0.2.2ubuntu1/debian/changelog apturl-0.2.2ubuntu2/debian/changelog --- apturl-0.2.2ubuntu1/debian/changelog 2008-04-15 16:06:29.000000000 -0400 +++ apturl-0.2.2ubuntu2/debian/changelog 2008-05-26 10:52:33.000000000 -0400 @@ -1,3 +1,9 @@ +apturl (0.2.2ubuntu2) intrepid; urgency=low + + * set always on top to prevent window from being hidden (LP: #234992) + + -- Jacob Peddicord Mon, 26 May 2008 10:45:16 -0400 + apturl (0.2.2ubuntu1) hardy; urgency=low * apturl: