[evolution-patches] String fixes
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] String fixes
- Date: Fri, 08 Oct 2004 09:47:12 -0400
Reverses string freeze breakage between 2.0.0 and 2.0.2. "_Discard
Changes" already existed elsewhere and so is not up for reversion.
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
? brand.patch
? default-mail.patch
? evolution-mail-2.0.schemas
? mail-string-fix.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3444.2.20
diff -u -p -r1.3444.2.20 ChangeLog
--- ChangeLog 7 Oct 2004 01:09:09 -0000 1.3444.2.20
+++ ChangeLog 8 Oct 2004 13:47:45 -0000
@@ -1,3 +1,8 @@
+2004-10-07 JP Rosevear <jpr novell com>
+
+ * mail-account-gui.c (browse_clicked): use "Select a file" so as
+ not to break string freeze
+
2004-09-28 Not Zed <NotZed Ximian com>
* em-composer-utils.c (forward_non_attached): put back in the
Index: mail-account-gui.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-account-gui.c,v
retrieving revision 1.171.14.5
diff -u -p -r1.171.14.5 mail-account-gui.c
--- mail-account-gui.c 27 Sep 2004 18:58:44 -0000 1.171.14.5
+++ mail-account-gui.c 8 Oct 2004 13:47:45 -0000
@@ -1779,7 +1779,7 @@ browse_clicked (GnomeFileEntry *fentry,
char *path;
if (GTK_IS_FILE_CHOOSER (fentry->fsw)) {
- check = gtk_check_button_new_with_label (_("Select individual file"));
+ check = gtk_check_button_new_with_label (_("Select a file"));
g_signal_connect (check, "toggled", G_CALLBACK (select_file_toggled), fentry->fsw);
gtk_widget_show (check);
gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER (fentry->fsw), check);
? composer-string-fix.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.657.2.2
diff -u -p -r1.657.2.2 ChangeLog
--- ChangeLog 20 Sep 2004 15:30:49 -0000 1.657.2.2
+++ ChangeLog 8 Oct 2004 13:50:32 -0000
@@ -1,3 +1,8 @@
+2004-10-08 JP Rosevear <jpr novell com>
+
+ * mail-composer-errors.xml: remove acceleratoer from _Save Message
+ to not break string freeze
+
2004-08-17 Michael Meeks <michael ximian com>
* e-msg-composer.c (handle_mailto): handle 'attachment' as
Index: mail-composer-errors.xml
===================================================================
RCS file: /cvs/gnome/evolution/composer/mail-composer-errors.xml,v
retrieving revision 1.5.14.1
diff -u -p -r1.5.14.1 mail-composer-errors.xml
--- mail-composer-errors.xml 16 Sep 2004 14:45:54 -0000 1.5.14.1
+++ mail-composer-errors.xml 8 Oct 2004 13:50:32 -0000
@@ -39,7 +39,7 @@
<secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</secondary>
<button label="_Discard Changes" response="GTK_RESPONSE_NO"/>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
- <button label="_Save Message" response="GTK_RESPONSE_YES"/>
+ <button label="Save Message" response="GTK_RESPONSE_YES"/>
</error>
<error id="no-build-message" type="error" modal="true">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]