~ubuntu-branches/ubuntu/quantal/synaptic/quantal

« back to all changes in this revision

Viewing changes to gtk/rgmainwindow.cc

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2012-03-02 10:20:59 UTC
  • mfrom: (3.3.1 sid)
  • Revision ID: package-import@ubuntu.com-20120302102059-xqqwoqzoque0oyhp
Tags: 0.75.5
* common/rpackagelister.cc:
  - simplify openCache() code to use more modern std::vector features
    and fix crash along the way (LP: #936677)
* common/sections_trans.cc:
  - add "metapackages", "education", "introspection"
* debian/rules:
  - do not build multiarch support in Debian to make it work on 
    unstable that has no multiarch apt yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
1816
1816
   g_signal_connect(G_OBJECT(w),
1817
1817
                    "toggled",
1818
1818
                    (GCallback) cbChangedView, this);
1819
 
   // the architecture does not make much sense on a non-multiarch
1820
 
   // system
1821
 
   if (!_lister->isMultiarchSystem())
1822
 
      gtk_widget_hide(w);
1823
1819
 
1824
1820
   _subViewList = GTK_WIDGET(gtk_builder_get_object
1825
1821
                             (_builder, "treeview_subviews"));