From 493d22e208dc4f57d488351399482e060e617820 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 3 Oct 2007 16:30:39 +0000 Subject: ** Fixes bug #481325 2007-10-03 Matthew Barnes ** Fixes bug #481325 * configure.in: Require GTK+ 2.12 * shell/e-shell-window-commands.c (command_about): Fix capitalization of program name in About dialog. svn path=/trunk/; revision=34348 --- ChangeLog | 4 ++++ configure.in | 2 +- shell/ChangeLog | 7 ++++++- shell/e-shell-window-commands.c | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 539949ec2c..a42d94a543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-03 Matthew Barnes + + * configure.in: Require GTK+ 2.12 (#481325). + 2007-10-02 Matthew Barnes ** Fixes part of bug #469657 diff --git a/configure.in b/configure.in index 6474f5cba4..f3621b089d 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ EDS_PACKAGE=1.2 GTKHTML_PACKAGE=3.14 # Required Packages -m4_define([gtk_minimum_version], [2.10.0]) +m4_define([gtk_minimum_version], [2.12.0]) m4_define([eds_minimum_version], [1.9.4]) m4_define([gnome_icon_theme_minimum_version], [2.19.91]) m4_define([gnome_vfs_minimum_version], [2.4.0]) diff --git a/shell/ChangeLog b/shell/ChangeLog index 34db93b399..6ff701574d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,8 +1,13 @@ +2007-10-03 Matthew Barnes + + * e-shell-window-commands.c (command_about): + Fix capitalization of program name in About dialog (#481325). + 2007-10-02 Matthew Barnes ** Fixes part of bug #469657 - * shell/e-shell-settings-dialog.c: + * e-shell-settings-dialog.c: Use destroy functions in GHashTables to simplify memory management. 2007-09-27 Hiroyuki Ikezoe diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 5354ba6d4a..d0ee053a47 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -666,7 +666,7 @@ command_about (BonoboUIComponent *uih, gtk_show_about_dialog ( GTK_WINDOW (window), - "name", "Evolution", + "program-name", "Evolution", "version", VERSION, "copyright", EVOLUTION_COPYRIGHT, "comments", _("Groupware Suite"), -- cgit v1.2.3