r61184 - in /branches/lenny/libtk-filedialog-perl: FileDialog.pm debian/changelog
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Thu Aug 5 04:27:05 UTC 2010
Author: ansgar-guest
Date: Thu Aug 5 04:26:44 2010
New Revision: 61184
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61184
Log:
Patch to fix error about making ".filedialog" its own master.
(Closes: #544894)
Modified:
branches/lenny/libtk-filedialog-perl/FileDialog.pm
branches/lenny/libtk-filedialog-perl/debian/changelog
Modified: branches/lenny/libtk-filedialog-perl/FileDialog.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libtk-filedialog-perl/FileDialog.pm?rev=61184&op=diff
==============================================================================
--- branches/lenny/libtk-filedialog-perl/FileDialog.pm (original)
+++ branches/lenny/libtk-filedialog-perl/FileDialog.pm Thu Aug 5 04:26:44 2010
@@ -467,7 +467,7 @@
$FDialog->{'Can'}->invoke;
}
});
- $FDialog->transient($FDialog->toplevel);
+ $FDialog->transient($FDialog->parent->toplevel);
foreach (@TabOrder) {
$FDialog->{'TabSel'}->{$_} = 1;
Modified: branches/lenny/libtk-filedialog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny/libtk-filedialog-perl/debian/changelog?rev=61184&op=diff
==============================================================================
--- branches/lenny/libtk-filedialog-perl/debian/changelog (original)
+++ branches/lenny/libtk-filedialog-perl/debian/changelog Thu Aug 5 04:26:44 2010
@@ -1,3 +1,10 @@
+libtk-filedialog-perl (1.3-2+lenny1) UNRELEASED; urgency=low
+
+ * Patch to fix error about making ".filedialog" its own master.
+ (Closes: #544894)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Thu, 05 Aug 2010 13:07:38 +0900
+
libtk-filedialog-perl (1.3-2) unstable; urgency=low
* Adds debian/watch so uscan will actually work
More information about the Pkg-perl-cvs-commits
mailing list