* libnotify/notify.[ch]: Add file variables for emacs to match the settings Christian is using.
This commit is contained in:
parent
896a99db9d
commit
52fa6a0bdf
|
@ -1,3 +1,7 @@
|
|||
2004-06-30 Mike Hearn <mike@navi.cx>
|
||||
* libnotify/notify.[ch]: Add file variables for emacs to match
|
||||
the settings Christian is using.
|
||||
|
||||
Wed Jun 30 02:53:36 PDT 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||
|
||||
* libnotify/notify.c:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
/** -*- mode: c-mode; tab-width: 4; indent-tabs-mode: t; -*-
|
||||
*
|
||||
* @file libnotify/notify.c Notifications library
|
||||
*
|
||||
* @Copyright (C) 2004 Christian Hammond <chipx86@chipx86.com>
|
||||
|
@ -608,7 +609,7 @@ notify_send_request_varg(NotifyUrgency urgency, const char *summary,
|
|||
-1, &error);
|
||||
|
||||
dbus_message_unref(message);
|
||||
|
||||
|
||||
if (dbus_error_is_set(&error))
|
||||
{
|
||||
print_error("Error sending SendNotification: %s\n", error.message);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/**
|
||||
/** -*- mode: c-mode; tab-width: 4; indent-tabs-mode: t; -*-
|
||||
* @file libnotify/notify.h Notifications library
|
||||
*
|
||||
* @Copyright (C) 2004 Christian Hammond
|
||||
|
|
Loading…
Reference in New Issue