[ekiga] Account error notification: Changed notification type to Warning.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Account error notification: Changed notification type to Warning.
- Date: Sat, 21 Apr 2012 16:23:09 +0000 (UTC)
commit f606b120913d4a5a36f5b18fc0f18147e9dc8d8b
Author: Damien Sandras <dsandras beip be>
Date: Sat Apr 21 18:04:44 2012 +0200
Account error notification: Changed notification type to Warning.
GNOME 3 error notifications are diplsyaed persistently and an error
registering is not really more than a warning.
lib/engine/components/opal/opal-account.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 9827718..2dd4d76 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -663,7 +663,7 @@ Opal::Account::handle_registration_event (RegistrationState state_,
status = status + " (" + info + ")";
if (!failed_registration_already_notified) {
updated ();
- boost::shared_ptr<Ekiga::Notification> notif (new Ekiga::Notification (Ekiga::Notification::Error, get_name (), status));
+ boost::shared_ptr<Ekiga::Notification> notif (new Ekiga::Notification (Ekiga::Notification::Warning, get_name (), status));
notification_core->push_notification (notif);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]