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

« back to all changes in this revision

Viewing changes to src/crash.c

  • Committer: Michael Vogt
  • Date: 2007-07-27 21:00:33 UTC
  • Revision ID: michael.vogt@ubuntu.com-20070727210033-bswe0d6tdsmx14x6
* fix crash in leftover from pre-GtkStatusIcon code (LP: #127965)
* consitently use notify_notification_new_with_status_icon()

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
       return g_spawn_command_line_async(CRASHREPORT_REPORT_APP, NULL);
46
46
}
47
47
 
48
 
static gint
 
48
static gboolean
49
49
show_notification (TrayApplet *ta)
50
50
{
51
51
   NotifyNotification *n;