Release 2.15.91 Update.

2006-07-28  Lucas Rocha  <lucasr@gnome.org>

	* configure.in: Release 2.15.91
	* NEWS: Update.
This commit is contained in:
Lucas Rocha 2006-08-09 00:55:59 +00:00 committed by Lucas Almeida Rocha
parent 1a96f8b01c
commit 94e6ab1132
5 changed files with 24 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

11
NEWS
View File

@ -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)

View File

@ -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.

View File

@ -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.

View File

@ -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);