From: Paul Mangan Date: Tue, 19 Jul 2005 02:14:06 +0000 (+0000) Subject: 2005-07-19 [paul] 1.9.12cvs80 X-Git-Tag: rel_1_9_13~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=882b8c364ea61321147ee8c155f1249d5a784b56 2005-07-19 [paul] 1.9.12cvs80 * sylpheed-claws.desktop fix typo, spotted by Stephan Sachse * src/account.c replace GTK_STOCK_ADD with GTK_STOCK_NEW button --- diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 20b1c03fd..27583d242 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,11 @@ +2005-07-19 [paul] 1.9.12cvs80 + + * sylpheed-claws.desktop + fix typo, spotted by Stephan Sachse + * src/account.c + replace GTK_STOCK_ADD with + GTK_STOCK_NEW button + 2005-07-18 [colin] 1.9.12cvs79 * src/etpan/imap-thread.c diff --git a/PATCHSETS b/PATCHSETS index 77b0d75b3..5520b90a7 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -674,3 +674,4 @@ ( cvs diff -u -r -1.1.2.2 -r -1.1.2.3 ChangeLog-gtk2.jp; cvs diff -u -r -1.391.2.22 -r -1.391.2.23 ChangeLog.jp; cvs diff -u -r 1.24.2.9 -r 1.24.2.10 Makefile.am; cvs diff -u -r 1.11.8.1 -r 1.11.8.2 TODO; cvs diff -u -r -1.1.2.1 -r -1.1.2.2 TODO-gtk2; cvs diff -u -r -1.1.2.1 -r -1.1.2.2 TODO-gtk2.jp; cvs diff -u -r -1.12.8.1 -r -1.12.8.2 TODO.jp; cvs diff -u -r -1.2 -r -1.3 sylpheed-128x128.png; cvs diff -u -r -1.2 -r -1.3 sylpheed-64x64.png; diff -u /dev/null sylpheed-claws-128x128.png; diff -u /dev/null sylpheed-claws-64x64.png; diff -u /dev/null sylpheed-claws.desktop; diff -u /dev/null sylpheed-claws.png; cvs diff -u -r -1.7.6.1 -r -1.7.6.2 sylpheed.desktop; cvs diff -u -r -1.4 -r -1.5 sylpheed.png; ) > 1.9.12cvs77.patchset ( cvs diff -u -r 1.179.2.54 -r 1.179.2.55 src/imap.c; cvs diff -u -r 1.395.2.94 -r 1.395.2.95 src/summaryview.c; cvs diff -u -r 1.1.4.11 -r 1.1.4.12 src/etpan/imap-thread.c; ) > 1.9.12cvs78.patchset ( cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/etpan/imap-thread.c; ) > 1.9.12cvs79.patchset +( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 sylpheed-claws.desktop; cvs diff -u -r 1.61.2.34 -r 1.61.2.35 src/account.c; ) > 1.9.12cvs80.patchset diff --git a/configure.ac b/configure.ac index 06b1af7e9..be08d7c58 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=12 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=79 +EXTRA_VERSION=80 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/account.c b/src/account.c index 5ab267dfe..e694305c2 100644 --- a/src/account.c +++ b/src/account.c @@ -670,7 +670,7 @@ static void account_edit_create(void) gtk_widget_show (vbox2); gtk_box_pack_start (GTK_BOX (hbox), vbox2, FALSE, FALSE, 0); - add_btn = gtk_button_new_from_stock(GTK_STOCK_ADD); + add_btn = gtk_button_new_from_stock(GTK_STOCK_NEW); gtk_widget_show (add_btn); gtk_box_pack_start (GTK_BOX (vbox2), add_btn, FALSE, FALSE, 4); g_signal_connect (G_OBJECT(add_btn), "clicked", diff --git a/sylpheed-claws.desktop b/sylpheed-claws.desktop index 218078f1b..7a593c7fa 100644 --- a/sylpheed-claws.desktop +++ b/sylpheed-claws.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Encoding: UTF-8 +Encoding=UTF-8 Name=Sylpheed-Claws Exec=sylpheed Icon=sylpheed-claws.png