evolution r35892 - in trunk: addressbook addressbook/gui/component addressbook/gui/contact-list-editor calendar calendar/gui calendar/gui/dialogs



Author: mbarnes
Date: Sun Aug  3 03:12:49 2008
New Revision: 35892
URL: http://svn.gnome.org/viewvc/evolution?rev=35892&view=rev

Log:
2008-08-02  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #546057

	* gui/component/GNOME_Evolution_Addressbook.server.in.in:
	* gui/contact-list-editor/contact-list-editor.glade:
	Use "x-office-address-book" icon name instead of "stock_addressbook".

	* gui/GNOME_Evolution_Calendar.server.in.in:
	* gui/calendar-component.c:
	* gui/e-calendar-view.c:
	* gui/dialogs/alarm-dialog.c:
	* gui/dialogs/alarm-list-dialog.c:
	* gui/dialogs/changed-comp.c:
	* gui/dialogs/comp-editor.c:
	* gui/dialogs/delete-error.c:
	* gui/dialogs/select-source-dialog.c:
	Use "x-office-calendar" icon name instead of "stock_calendar".



Modified:
   trunk/addressbook/ChangeLog
   trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
   trunk/addressbook/gui/contact-list-editor/contact-list-editor.glade
   trunk/calendar/ChangeLog
   trunk/calendar/gui/GNOME_Evolution_Calendar.server.in.in
   trunk/calendar/gui/calendar-component.c
   trunk/calendar/gui/dialogs/alarm-dialog.c
   trunk/calendar/gui/dialogs/alarm-list-dialog.c
   trunk/calendar/gui/dialogs/changed-comp.c
   trunk/calendar/gui/dialogs/comp-editor.c
   trunk/calendar/gui/dialogs/delete-error.c
   trunk/calendar/gui/dialogs/select-source-dialog.c
   trunk/calendar/gui/e-calendar-view.c

Modified: trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
==============================================================================
--- trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	(original)
+++ trunk/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	Sun Aug  3 03:12:49 2008
@@ -50,7 +50,7 @@
         <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/>
 		<oaf_attribute name="evolution:button_tooltips" type="string" _value="Contacts"/>
         <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/>
-        <oaf_attribute name="evolution:button_icon" type="string" value="stock_addressbook"/>
+        <oaf_attribute name="evolution:button_icon" type="string" value="x-office-address-book"/>
 
 </oaf_server>
 

Modified: trunk/addressbook/gui/contact-list-editor/contact-list-editor.glade
==============================================================================
--- trunk/addressbook/gui/contact-list-editor/contact-list-editor.glade	(original)
+++ trunk/addressbook/gui/contact-list-editor/contact-list-editor.glade	Sun Aug  3 03:12:49 2008
@@ -28,7 +28,7 @@
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                 <property name="icon_size">6</property>
-                <property name="icon_name">stock_addressbook</property>
+                <property name="icon_name">x-office-address-book</property>
               </widget>
               <packing>
                 <property name="left_attach">1</property>

Modified: trunk/calendar/gui/GNOME_Evolution_Calendar.server.in.in
==============================================================================
--- trunk/calendar/gui/GNOME_Evolution_Calendar.server.in.in	(original)
+++ trunk/calendar/gui/GNOME_Evolution_Calendar.server.in.in	Sun Aug  3 03:12:49 2008
@@ -47,7 +47,7 @@
 	<oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*3"/>
 	<oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/>
 	<oaf_attribute name="evolution:button_tooltips" type="string" _value="Calendars"/>
-        <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/>
+        <oaf_attribute name="evolution:button_icon" type="string" value="x-office-calendar"/>
 	<oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/>
 
 <!-- FIXME: See bug 407104: Write a interface to launch without shell.

Modified: trunk/calendar/gui/calendar-component.c
==============================================================================
--- trunk/calendar/gui/calendar-component.c	(original)
+++ trunk/calendar/gui/calendar-component.c	Sun Aug  3 03:12:49 2008
@@ -613,7 +613,7 @@
 }
 
 static EPopupItem ecc_source_popups[] = {
-	{ E_POPUP_ITEM, "10.new", N_("_New Calendar"), new_calendar_cb, NULL, "stock_calendar", 0, 0 },
+	{ E_POPUP_ITEM, "10.new", N_("_New Calendar"), new_calendar_cb, NULL, "x-office-calendar", 0, 0 },
 	{ E_POPUP_ITEM, "15.copy", N_("_Copy..."), copy_calendar_cb, NULL, "edit-copy", 0, E_CAL_POPUP_SOURCE_PRIMARY },
 
 	{ E_POPUP_BAR, "20.bar" },
@@ -1399,7 +1399,7 @@
 					     GTK_SHADOW_IN);
 	gtk_widget_show (selector_scrolled_window);
 
-	component_view->info_label = (EInfoLabel *)e_info_label_new("stock_calendar");
+	component_view->info_label = (EInfoLabel *)e_info_label_new("x-office-calendar");
 	e_info_label_set_info (component_view->info_label, _("Calendars"), "");
 	gtk_widget_show (GTK_WIDGET (component_view->info_label));
 
@@ -1621,7 +1621,7 @@
 	list->_buffer[3].menuDescription = _("Cale_ndar");
 	list->_buffer[3].tooltip = _("Create a new calendar");
 	list->_buffer[3].menuShortcut = '\0';
-	list->_buffer[3].iconName = "stock_calendar";
+	list->_buffer[3].iconName = "x-office-calendar";
 	list->_buffer[3].type = GNOME_Evolution_CREATABLE_FOLDER;
 
 	return list;

Modified: trunk/calendar/gui/dialogs/alarm-dialog.c
==============================================================================
--- trunk/calendar/gui/dialogs/alarm-dialog.c	(original)
+++ trunk/calendar/gui/dialogs/alarm-dialog.c	Sun Aug  3 03:12:49 2008
@@ -1178,7 +1178,7 @@
 	gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog.toplevel)->vbox), 0);
 	gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog.toplevel)->action_area), 12);
 
-	icon_list = e_icon_factory_get_icon_list ("stock_calendar");
+	icon_list = e_icon_factory_get_icon_list ("x-office-calendar");
 	if (icon_list) {
 		gtk_window_set_icon_list (GTK_WINDOW (dialog.toplevel), icon_list);
 		g_list_foreach (icon_list, (GFunc) g_object_unref, NULL);

Modified: trunk/calendar/gui/dialogs/alarm-list-dialog.c
==============================================================================
--- trunk/calendar/gui/dialogs/alarm-list-dialog.c	(original)
+++ trunk/calendar/gui/dialogs/alarm-list-dialog.c	Sun Aug  3 03:12:49 2008
@@ -293,7 +293,7 @@
 	gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog.toplevel)->vbox), 0);
 	gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog.toplevel)->action_area), 12);
 
-	icon_list = e_icon_factory_get_icon_list ("stock_calendar");
+	icon_list = e_icon_factory_get_icon_list ("x-office-calendar");
 	if (icon_list) {
 		gtk_window_set_icon_list (GTK_WINDOW (dialog.toplevel), icon_list);
 		g_list_foreach (icon_list, (GFunc) g_object_unref, NULL);

Modified: trunk/calendar/gui/dialogs/changed-comp.c
==============================================================================
--- trunk/calendar/gui/dialogs/changed-comp.c	(original)
+++ trunk/calendar/gui/dialogs/changed-comp.c	Sun Aug  3 03:12:49 2008
@@ -105,7 +105,7 @@
 					 GTK_MESSAGE_QUESTION,
 					 GTK_BUTTONS_YES_NO, "%s", str);
 
-	icon_list = e_icon_factory_get_icon_list ("stock_calendar");
+	icon_list = e_icon_factory_get_icon_list ("x-office-calendar");
 	if (icon_list) {
 		gtk_window_set_icon_list (GTK_WINDOW (dialog), icon_list);
 		g_list_foreach (icon_list, (GFunc) g_object_unref, NULL);

Modified: trunk/calendar/gui/dialogs/comp-editor.c
==============================================================================
--- trunk/calendar/gui/dialogs/comp-editor.c	(original)
+++ trunk/calendar/gui/dialogs/comp-editor.c	Sun Aug  3 03:12:49 2008
@@ -927,7 +927,7 @@
 
 	if (editor->priv->comp == NULL) {
 		title = g_strdup (_("Edit Appointment"));
-		icon_name = "stock_calendar";
+		icon_name = "x-office-calendar";
 		goto exit;
 
 	} else switch (e_cal_component_get_vtype (editor->priv->comp)) {

Modified: trunk/calendar/gui/dialogs/delete-error.c
==============================================================================
--- trunk/calendar/gui/dialogs/delete-error.c	(original)
+++ trunk/calendar/gui/dialogs/delete-error.c	Sun Aug  3 03:12:49 2008
@@ -106,7 +106,7 @@
 					 GTK_MESSAGE_ERROR,
 					 GTK_BUTTONS_OK, "%s", str);
 	if (vtype == E_CAL_COMPONENT_EVENT)
-		icon_list = e_icon_factory_get_icon_list ("stock_calendar");
+		icon_list = e_icon_factory_get_icon_list ("x-office-calendar");
 	else if (vtype == E_CAL_COMPONENT_TODO)
 		icon_list = e_icon_factory_get_icon_list ("stock_todo");
 

Modified: trunk/calendar/gui/dialogs/select-source-dialog.c
==============================================================================
--- trunk/calendar/gui/dialogs/select-source-dialog.c	(original)
+++ trunk/calendar/gui/dialogs/select-source-dialog.c	Sun Aug  3 03:12:49 2008
@@ -58,7 +58,7 @@
 	dialog = e_source_selector_dialog_new (parent, source_list);
 
 	if (obj_type == E_CAL_SOURCE_TYPE_EVENT)
-		icon_list = e_icon_factory_get_icon_list ("stock_calendar");
+		icon_list = e_icon_factory_get_icon_list ("x-office-calendar");
 	else if (obj_type == E_CAL_SOURCE_TYPE_TODO)
 		icon_list = e_icon_factory_get_icon_list ("stock_todo");
         else if (obj_type == E_CAL_SOURCE_TYPE_JOURNAL)

Modified: trunk/calendar/gui/e-calendar-view.c
==============================================================================
--- trunk/calendar/gui/e-calendar-view.c	(original)
+++ trunk/calendar/gui/e-calendar-view.c	Sun Aug  3 03:12:49 2008
@@ -62,7 +62,7 @@
 #include "misc.h"
 
 /* Used for the status bar messages */
-#define EVOLUTION_CALENDAR_PROGRESS_IMAGE "stock_calendar"
+#define EVOLUTION_CALENDAR_PROGRESS_IMAGE "x-office-calendar"
 static GdkPixbuf *progress_icon = NULL;
 
 struct _ECalendarViewPrivate {



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