~ubuntu-branches/ubuntu/dapper/synaptic/dapper-proposed

« back to all changes in this revision

Viewing changes to gtk/rgpreferenceswindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-04-02 11:40:45 UTC
  • Revision ID: james.westby@ubuntu.com-20060402114045-janfthimq2ebfpay
Tags: 0.57.8ubuntu7
* gtk/window_changes.glade:
  - make the dialog icon "info" instead of "warning" (ubuntu: #17085)
* remove http:// when it was entered as part of the proxy uri 
  (ubuntu: #18038)
* if a dpkg error happens during install run "dpkg --configure -a" 
  to recover as much as possible (ubuntu: #19021)
* if no terminal activity is detected and the terminal is expanded
  set the urgency hint as well (ubuntu: #31436)
* remove http:// when it was entered as part of the proxy uri
* include reinstall markings in the "changes" filter

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
   static void cbArchiveSelection(GtkWidget *self, void *data);
78
78
   static void cbRadioDistributionChanged(GtkWidget *self, void *data);
79
79
   bool distroChanged;
 
80
   // the http proxy configuration
 
81
   static void cbHttpProxyEntryChanged(GtkWidget *self, void *data);
80
82
 
81
83
   // treeview stuff
82
84
   void readTreeViewValues();