Re: [evolution-patches] fix for shell bug #61778
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj ximian com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] fix for shell bug #61778
- Date: Fri, 23 Jul 2004 11:45:22 +0800
i guess it'll do as well as anything.
i couldn't find any other suitable icon either when i looked at this months ago.
On Thu, 2004-07-22 at 14:25 -0400, Jeffrey Stedfast wrote:
http://bugzilla.ximian.com/show_bug.cgi?id=61778
picked a different icon.
Jeff
Plain text document attachment (61778.patch)
|
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1461
diff -u -r1.1461 ChangeLog
--- ChangeLog 9 Jul 2004 11:18:16 -0000 1.1461
+++ ChangeLog 22 Jul 2004 18:24:54 -0000
@@ -1,3 +1,9 @@
+2004-07-22 Jeffrey Stedfast <fejj novell com>
+
+ * e-shell-importer.c (e_shell_importer_start_import): Use
+ stock_mail-import instead of stock_import? *shrug* Fixes bug
+ #61778.
+
2004-07-08 Frederic Crozat <fcrozat mandrakesoft com>
* Makefile.am:
Index: e-shell-importer.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-importer.c,v
retrieving revision 1.74
diff -u -r1.74 e-shell-importer.c
--- e-shell-importer.c 1 Jun 2004 18:57:42 -0000 1.74
+++ e-shell-importer.c 22 Jul 2004 18:24:54 -0000
@@ -1177,7 +1177,7 @@
return;
}
- icon = e_icon_factory_get_icon ("stock_import", E_ICON_SIZE_DIALOG);
+ icon = e_icon_factory_get_icon ("stock_mail-import", E_ICON_SIZE_DIALOG);
dialog_open = TRUE;
data->window = shell_window;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]