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

« back to all changes in this revision

Viewing changes to src/crash.c

  • Committer: Michael Vogt
  • Date: 2011-10-05 19:09:13 UTC
  • Revision ID: michael.vogt@ubuntu.com-20111005190913-hyym71a54ua4y7i0
* add #include "trayappletui.h" to ensure the prototypes are
  correct (fixes FTBFS)
* fix -Wall warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include "update-notifier.h"
12
12
#include "update.h"
13
 
 
 
13
#include "trayappletui.h"
14
14
 
15
15
static gboolean
16
16
check_system_crashes() {
216
216
 
217
217
        tray_applet_ui_set_single_action(ta,
218
218
                                         _("Crash report detected"),
219
 
                                         button_release_cb,
 
219
                                         G_CALLBACK(button_release_cb),
220
220
                                         ta);
221
221
 
222
222
        /* Check for crashes for the first time */