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

« back to all changes in this revision

Viewing changes to gtk/rgfetchprogress.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-03-29 14:33:19 UTC
  • Revision ID: james.westby@ubuntu.com-20060329143319-dxpnxoinn7ztv3k2
Tags: 0.57.8ubuntu6
* wording fix (ubuntu #36488)
* if no terminal activity is detected and the terminal is expanded
  set the urgency hint as well (ubuntu: #31436)

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
   } 
139
139
   show();
140
140
 
 
141
   // reset the urgency hint here (gtk seems to like showing it for
 
142
   // dialogs that come up)
 
143
   gtk_window_set_urgency_hint(GTK_WINDOW(_win), FALSE);
 
144
 
141
145
   GtkStyle *style = gtk_widget_get_style(_win);
142
146
   _font = style->font_desc;
143
147
   _gc = style->white_gc;