[Xfce4-commits] <xfce4-notifyd:master> Add an icon to the notification preview.
Jérôme Guelfucci
noreply at xfce.org
Sun Apr 21 10:38:02 CEST 2013
Updating branch refs/heads/master
to 91663916b943b7019b7ce2b06be2bf96f98590ab (commit)
from cc2f8926b876cfad4bfeb9337ccd3f0ab7568153 (commit)
commit 91663916b943b7019b7ce2b06be2bf96f98590ab
Author: Christian Hesse <list at eworm.de>
Date: Sun Apr 21 10:35:16 2013 +0200
Add an icon to the notification preview.
NEWS | 10 +++++++++-
xfce4-notifyd-config/main.c | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2fec510..6802e38 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
| Xfce Notify Daemon |
+--------------------+
-Version 0.2.3git:
+Version 0.2.3:
libnotify is now required as a dependency to build a test suite and to
show improved notification previews.
@@ -26,6 +26,14 @@ Version 0.2.3git:
* Do not kill notification daemon to apply new theme. Instead, handle
style updates of existing notifications.
* Show a button in the notification preview (bug #9982).
+ * Add an icon to the notification preview.
+
+ Updated translations: Arabic, Basque, Brazilian, Bulgarian, Castilian,
+ Chinese (China), Chinese (Taiwan), Croatian, Danish, English, Finnish,
+ Flemish, French, Greek, Hebrew, Hungarian, Italian, Japanese, Kazakh,
+ Korean, Lithuanian, Polish, Portuguese, Romanian, Russian, Serbian,
+ Swedish, Turkish, Ukrainian, Uyghur and Valencian.
+
Version 0.2.2 (06 August 2011):
diff --git a/xfce4-notifyd-config/main.c b/xfce4-notifyd-config/main.c
index 666f338..b0f6d26 100644
--- a/xfce4-notifyd-config/main.c
+++ b/xfce4-notifyd-config/main.c
@@ -56,7 +56,7 @@ xfce_notifyd_config_show_notification_preview(GtkWindow *parent_window)
notification =
notify_notification_new(_("Notification Preview"),
_("This is how notifications will look like"),
- NULL);
+ "xfce4-notifyd");
notify_notification_add_action(notification,
"button",
More information about the Xfce4-commits
mailing list