[Bug 444986] [NEW] the "Open File" dialog of kid3-qt on Ubuntu 9.10 does not work correctly
Christian Mangold
kubuntu at neversfelde.de
Tue Oct 6 22:47:50 UTC 2009
Public bug reported:
Binary package hint: kid3
The "Open File" dialog of kid3-qt on Ubuntu 9.10 (with GNOME desktop, the file dialog looks like
a GNOME file chooser) does not work correctly - no file can be selected.
Upstream provided a patch :
diff -ru kid3-1.2.orig/kid3/kid3.cpp kid3-1.2/kid3/kid3.cpp
--- kid3-1.2.orig/kid3/kid3.cpp 2009-04-28 20:20:27.000000000 +0200
+++ kid3-1.2/kid3/kid3.cpp 2009-10-06 18:02:43.273594704 +0200
@@ -1482,7 +1482,9 @@
if (start != -1 && end != -1 && end > start) {
filter = filter.mid(start + 1, end - start - 1);
}
- s_miscCfg.m_nameFilter = filter;
+ if (!filter.isEmpty()) {
+ s_miscCfg.m_nameFilter = filter;
+ }
openDirectory(dir);
}
}
The patch can also be found on
https://sourceforge.net/tracker/?func=detail&aid=2873636&group_id=70849&atid=529223
** Affects: kid3 (Ubuntu)
Importance: Undecided
Status: New
--
the "Open File" dialog of kid3-qt on Ubuntu 9.10 does not work correctly
https://bugs.launchpad.net/bugs/444986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list