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

« back to all changes in this revision

Viewing changes to src/reboot.c

  • Committer: Michael Vogt
  • Date: 2009-07-07 18:45:47 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090707184547-ss7fsph2y5m0ml2l
fix -Wall errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
 
180
180
        builder = gtk_builder_new ();
181
181
        if (!gtk_builder_add_from_file (builder, UIDIR"reboot-dialog.ui", &error)) {
182
 
                g_warning ("Couldn't load builder file: s", error->message);
 
182
                g_warning ("Couldn't load builder file: %s", error->message);
183
183
                g_error_free (error);
184
184
        }
185
185