summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2006-08-09 00:55:59 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2006-08-09 00:55:59 +0000
commit94e6ab1132d0510edb6a733593de7f031d259101 (patch)
tree4ef5c95ec647fe58a3dab9f77691eeb06f2db59c
parent1a96f8b01c479275bf6676b26340f0adb730e0a2 (diff)
downloadzenity-ZENITY_2_15_91.tar.gz
Release 2.15.91 Update.ZENITY_2_15_91
2006-07-28 Lucas Rocha <lucasr@gnome.org> * configure.in: Release 2.15.91 * NEWS: Update.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--help/ChangeLog4
-rw-r--r--po/ChangeLog4
-rw-r--r--src/notification.c1
5 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffd5cc8..e7833fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-07-28 Lucas Rocha <lucasr@gnome.org>
+ * configure.in: Release 2.15.91
+ * NEWS: Update.
+
+2006-07-28 Lucas Rocha <lucasr@gnome.org>
+
* configure.in: post release version bump.
2006-07-28 Lucas Rocha <lucasr@gnome.org>
diff --git a/NEWS b/NEWS
index 8626363..223b158 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
-Zenity 2.15.2
+Zenity 2.15.91
+==============
+" So what? "
+ * New and updated translations
+ - Abel Cheung (zh_HK)
+ - Jovan Naumovski (mk)
+ - Runa Bhattacharjee (bn_IN)
+ - Inaki Larranaga (eu)
+
+Zenity 2.15.90
==============
" Kryptonite "
* About dialog update (Lucas Rocha)
diff --git a/help/ChangeLog b/help/ChangeLog
index bcfcaca..4ad3614 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-07 Lucas Rocha <lucasr@gnome.org>
+
+ * 2.15.91 version marker.
+
2006-07-28 Lucas Rocha <lucasr@gnome.org>
* 2.15.90 version marker.
diff --git a/po/ChangeLog b/po/ChangeLog
index 614015d..63e0108 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-07 Lucas Rocha <lucasr@gnome.org>
+
+ * 2.15.91 version marker.
+
2006-08-07 Inaki Larranaga <dooteo@euskalgnu.org>
* eu.po: Fixed some typos.
diff --git a/src/notification.c b/src/notification.c
index 222fbc8..745d8a3 100644
--- a/src/notification.c
+++ b/src/notification.c
@@ -182,6 +182,7 @@ zenity_notification_handle_stdin (GIOChannel *channel,
g_free (freeme);
notify_notification_show (notif, &error);
+
if (error) {
g_warning ("Error showing notification: %s", error->message);
g_error_free (error);