~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/update.c

  • Committer: mvo
  • Date: 2006-01-26 23:07:09 UTC
  • Revision ID: gustavo@niemeyer.net-20060126230709-7f3bc6c7cb03368e
* merged the changes from scott

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
}
178
178
 
179
179
// actually show the notification 
180
 
gint 
 
180
static gint 
181
181
show_notification(gpointer user_data)
182
182
{
183
183
   TrayApplet *ta = (TrayApplet *)user_data;
196
196
 
197
197
   // now show a notification handle 
198
198
   NotifyNotification *n = notify_notification_new(_("New updates available"),
199
 
                                                   _("Click on the update "
200
 
                                                     "icon to see the "
201
 
                                                     "available updates"),
 
199
                                                   _("Click on the update icon"
 
200
                                                     " to see the available "
 
201
                                                     "Updates"),
202
202
                                                   GTK_STOCK_INFO, 
203
203
                                                   ta->tray_icon);
204
204
   notify_notification_set_timeout (n, 60*1000);