[evolution-patches] patch for #73472 (categories dialog)



-- 
Rodrigo Moya <rodrigo novell com>
? e-cal-editor-page.c
? e-cal-editor-page.h
? e-cal-editor.c
? e-cal-editor.h
? e-cal-editor.loT
? e-categories-dialog.gladep
? test-contact-store
? test-name-selector
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/ChangeLog,v
retrieving revision 1.33
diff -u -p -r1.33 ChangeLog
--- ChangeLog	17 Mar 2005 09:32:14 -0000	1.33
+++ ChangeLog	18 Mar 2005 12:54:34 -0000
@@ -1,3 +1,10 @@
+2005-03-18  Rodrigo Moya <rodrigo novell com>
+
+	Fixes #73472
+
+	* e-categories-dialog.c (load_properties_dialog): make the GnomeFileEntry
+	use the file chooser widget.
+
 2005-03-04  Rodrigo Moya <rodrigo novell com>
 
 	Fixes #38408
Index: e-categories-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/libedataserverui/e-categories-dialog.c,v
retrieving revision 1.14
diff -u -p -r1.14 e-categories-dialog.c
--- e-categories-dialog.c	17 Mar 2005 09:32:14 -0000	1.14
+++ e-categories-dialog.c	18 Mar 2005 12:54:34 -0000
@@ -89,6 +89,7 @@ load_properties_dialog (ECategoriesDialo
 	/* create the icon file entry */
 	table = glade_xml_get_widget (prop_dialog->gui, "table-category-properties");
 	prop_dialog->category_icon = gnome_file_entry_new ("category-icon-history-id", _("Category Icon"));
+	g_object_set (G_OBJECT (prop_dialog->category_icon), "use_filechooser", TRUE, NULL);
 	gtk_table_attach (GTK_TABLE (table), prop_dialog->category_icon, 1, 2, 2, 3, GTK_FILL, GTK_FILL, 3, 3);
 	gtk_widget_show (prop_dialog->category_icon);
 	gnome_file_entry_set_modal ((GnomeFileEntry *)prop_dialog->category_icon, TRUE);


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