~ubuntu-branches/debian/experimental/synaptic/experimental

« back to all changes in this revision

Viewing changes to gtk/rgrepositorywin.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-03-04 11:55:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110304115524-vbpp9bjrmf57e372
Tags: 0.75.1
* po/ru.po:
  - updated, thanks to Alexander Sashanov (closes: #614969)
* gtk/rgrepositorywin.cc, gtk/gtkbuilder/window_repositories.ui:
  - fix repository editor (closes: #613436)
* gtk/gtkbuilder/window_main.ui:
  - fixup glade->gtkbuild menu messup
* gtk/rgmainwindow.cc:
  - hide "quick filter" if no apt-xapian-index is installed
    (closes: #613434)
* po/pl.po:
  - fix newsgroup translation (thanks to Michal Szwaczko),
    closes: #613346
* merged lp:~and471/synaptic/fix-resize-grip that adds a bit of
  extra spacing for the progressbar on the lower right

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
                    G_CALLBACK(DoOK), this);
294
294
 
295
295
   g_signal_connect(GTK_WIDGET(gtk_builder_get_object
296
 
                               (_builder, "button_remove")),
 
296
                               (_builder, "button_cancel")),
297
297
                    "clicked",
298
298
                    G_CALLBACK(DoCancel), this);
299
299