[evolution-patches] [Calendar] Fix for #321832



Hi,

Please find attached a patch and the required icon file.  The icon has
to be copied into art/ directory and then the patch has to applied.


Let me know your review comments.

Thanks,

V. Varadhan
Index: art/Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/art/Makefile.am,v
retrieving revision 1.120
diff -u -p -r1.120 Makefile.am
--- art/Makefile.am	20 May 2004 11:58:06 -0000	1.120
+++ art/Makefile.am	6 Mar 2006 10:55:40 -0000
@@ -5,7 +5,8 @@ images_DATA = \
 	monkey-16.png			\
 	offline.png			\
 	online.png			\
-	world_map-960.png
+	world_map-960.png		\
+	query-free-busy.png
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps
Index: art/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/art/ChangeLog,v
retrieving revision 1.172
diff -u -p -r1.172 ChangeLog
--- art/ChangeLog	20 May 2004 11:58:06 -0000	1.172
+++ art/ChangeLog	6 Mar 2006 11:00:07 -0000
@@ -1,3 +1,7 @@
+2006-03-06  Veerapuram Varadhan  <vvaradhan novell com>
+
+	* Makefile.am (images_DATA): Add query-free-busy.png
+	
 2004-05-20  Rodney Dawes  <dobey ximian com>
 
 	* Makefile.am (EXTRA_DIST): Add README and jump.xpm
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.3006
diff -u -p -r1.3006 ChangeLog
--- calendar/ChangeLog	6 Mar 2006 07:19:59 -0000	1.3006
+++ calendar/ChangeLog	6 Mar 2006 11:00:37 -0000
@@ -1,3 +1,8 @@
+2006-03-06  Veerapuram Varadhan  <vvaradhan novell com>
+	**Fixes #321832
+	* gui/dialogs/event-editor.c: Pickup the right-icon for f/b.
+	* gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon.
+	
 2006-03-06  Chenthill Palanisamy  <pchenthill novell com>
 
 	Fixes #329353	
Index: calendar/gui/dialogs/event-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-editor.c,v
retrieving revision 1.78
diff -u -p -r1.78 event-editor.c
--- calendar/gui/dialogs/event-editor.c	8 Feb 2006 13:06:24 -0000	1.78
+++ calendar/gui/dialogs/event-editor.c	6 Mar 2006 11:00:37 -0000
@@ -391,7 +391,7 @@ static EPixmap pixmaps[] = {
 	E_PIXMAP ("/Toolbar/ViewTimeZone", "stock_timezone", E_ICON_SIZE_LARGE_TOOLBAR),	
 	E_PIXMAP ("/Toolbar/ActionRecurrence", "stock_task-recurring", E_ICON_SIZE_LARGE_TOOLBAR),	
 	E_PIXMAP ("/commands/ActionRecurrence", "stock_task-recurring", E_ICON_SIZE_LARGE_TOOLBAR),		
-	E_PIXMAP ("/Toolbar/ActionFreeBusy", "stock_task-recurring", E_ICON_SIZE_LARGE_TOOLBAR),			
+	E_PIXMAP ("/Toolbar/ActionFreeBusy", EVOLUTION_ICONSDIR"/query-free-busy.png", E_ICON_SIZE_LARGE_TOOLBAR),			
 	E_PIXMAP_END
 };
 

Attachment: query-free-busy.png
Description: Portable Network Graphics Format



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]