~synaptic-developers/synaptic/trunk

« back to all changes in this revision

Viewing changes to gtk/gsynaptic.cc

  • Committer: Michael Vogt
  • Date: 2010-07-29 13:13:09 UTC
  • mfrom: (1529.2.106 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20100729131309-0gdmwd09phcr1gc0
merged from the synaptic ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
      mainWindow->cbProceedClicked(NULL, mainWindow);
592
592
   } else {
593
593
      welcome_dialog(mainWindow);
 
594
      gtk_widget_grab_focus( glade_xml_get_widget(mainWindow->getGladeXML(),
 
595
                                              "entry_fast_search"));
594
596
#if 0
595
597
      update_check(mainWindow, packageLister);
596
598
#endif