ekiga r6914 - in trunk: . src/gui



Author: dsandras
Date: Wed Sep 10 18:03:56 2008
New Revision: 6914
URL: http://svn.gnome.org/viewvc/ekiga?rev=6914&view=rev

Log:
Notification is urgent. All incoming calls are urgent.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Wed Sep 10 18:03:56 2008
@@ -3695,6 +3695,7 @@
   notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, &call, NULL);
   notify_notification_add_action (notify, "reject", _("Reject"), notify_action_cb, &call, NULL);
   notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER);
+  notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL);
   notify_notification_attach_to_status_icon (notify, statusicon);
   if (!notify_notification_show (notify, NULL))
     gm_main_window_incoming_call_dialog_show (main_window, call);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]