I've hacked in this fix for it - this forces the tree view to refresh
after a package selection change. No idea of the side effects, but
"works for me". It still has a little visual flicker after selection
change but at least there are no more phantom entries.

--- gtk/rgmainwindow.cc.orig    2014-05-01 09:34:54.963186517 +0200
+++ gtk/rgmainwindow.cc 2014-05-01 09:34:59.667186333 +0200
@@ -314,7 +314,7 @@ void RGMainWindow::refreshTable(RPackage
       _lister->limitBySearch(str);
    }
 
-   if(_pkgList == NULL)
+   //if(_pkgList == NULL)
    {
       _pkgList = GTK_TREE_MODEL(gtk_pkg_list_new(_lister));
       gtk_tree_view_set_model(GTK_TREE_VIEW(_treeView),

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309369

Title:
  Filtered list rendered incorrectly after refresh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1309369/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to