[ekiga] Notifications: Use GNOME standard order for buttons.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Notifications: Use GNOME standard order for buttons.
- Date: Sun, 18 Dec 2011 14:27:00 +0000 (UTC)
commit a8cac0be1e4d0a96e3361fdd165a7eaee4991bd9
Author: Damien Sandras <dsandras beip be>
Date: Sun Dec 18 14:01:59 2011 +0100
Notifications: Use GNOME standard order for buttons.
src/gui/main_window.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index 3dd40b2..bf19a7a 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -3200,8 +3200,8 @@ ekiga_main_window_incoming_call_notify (EkigaMainWindow *mw,
#endif
#endif
);
- notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, mw, NULL);
notify_notification_add_action (notify, "reject", _("Reject"), notify_action_cb, mw, NULL);
+ notify_notification_add_action (notify, "accept", _("Accept"), notify_action_cb, mw, NULL);
notify_notification_set_timeout (notify, NOTIFY_EXPIRES_NEVER);
notify_notification_set_urgency (notify, NOTIFY_URGENCY_CRITICAL);
// NOTIFY_CHECK_VERSION appeared in 0.5.2 only
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]