~ubuntu-branches/ubuntu/hardy/update-notifier/hardy-proposed

« back to all changes in this revision

Viewing changes to src/reboot.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-08-27 13:31:44 UTC
  • Revision ID: james.westby@ubuntu.com-20070827133144-szvj71oh1rhglsma
Tags: 0.59.5
* code cleanups
* fix incorrect tooltip when package manager was
  running (LP: #134959)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
show_notification (TrayApplet *ta)
22
22
{
23
23
        NotifyNotification *n;
24
 
        int                 x, y;
25
24
 
26
25
        GdkRectangle area;
27
26
        gtk_status_icon_get_geometry(ta->tray_icon, NULL, &area, NULL);
131
130
reboot_tray_icon_init (TrayApplet *ta)
132
131
{
133
132
        GtkWidget *widget;
134
 
        GtkImage *image;
135
133
 
136
134
        xml = glade_xml_new (GLADEDIR"reboot-dialog.glade", NULL, NULL);
137
135