2004-19-05 Muktha <muktha.narayan@wipro.com>
* mime-type-info.c (get_icon_pixbuf): Avoid recursive call of this
function when the icon file is not found. Fixes file-types capplet
hang. Bug #142894.
2003-06-10 Shailesh Mittal <shailesh.mittal@wipro.com>
* libuuid/gen_uuid.c (get_node_id): Creating an IPv6 socket if AF_INET6
is defined on the system. If IPv6 socket cannot be created, then we are
falling back to IPv4 socket creation, as was done previously.
2004-03-02 Dan T. Murphy <dtmurphy@acm.org>
* file-types-properties.glade: Added use_filechooser=true
property to GnomeFileEntry widgets to make use of new file
selector. Fixes bug #135791.
2004-02-19 Kaushal Kumar <kaushal.kumar@wipro.com>
* file-types-capplet.c (remove_cb): Added warning dialog to prompt
the user before an entry is deleted permanently. (Release team's
approval taken regarding the string addition).
Fix bug #109091.
2004-02-16 Padraig O'Briain <padraig.obriain@sun.com>
* file-types-properties.glade: Remove unnecessary setting of ATK
relations. The module gail will ensure that the labels are set
correctly. Set mnemonic widget to be a GnomeFileEntry instead of
a GtkEntry in the combo box. Fixes bug #134131.
2004-02-10 Jody Goldberg <jody@gnome.org>
* mime-type-info.c : rework to match nautilus and use icon themes
somewhat. There is some serious cruft left in here.
2004-02-04 Jody Goldberg <jody@gnome.org>
* mime-edit-dialog.c (mime_edit_dialog_class_init) : do not call these
construct only properties so that the info can change later.
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* capplets/display/main.c: (cb_dialog_response):
* capplets/localization/gnome-localization-properties.c:
(dialog_response): update help links to point to user-guide.xml
2004-01-20 Sivaiah Nallagatla <snallagatla@novell.com>
* mime-edit-dialog.c (mime_add_dialog_new ) : do not try to set
construct only property after object is constructed. Fixes#128374
2003-12-01 Sivaiah Nallagatla <snallagatla@novell.com>
* service-info.c (service_info_save): Patch to remeber
custome program configured for Internet Services. #123976 in b.g.o
Mon Nov 17 00:13:07 2003 Jonathan Blandford <jrb@gnome.org>
* service-edit-dialog.c (populate_app_list): Patch from
snallagatla@novell.com to fix a crash.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
* file-types-properties.glade: Patch to fix spacing between action
area and vbox of preferences dialog.
2003-06-06 Jody Goldberg <jody@gnome.org>
* mime-edit-dialog.c (populate_component_list) : be careful about menu
sensitivity, the order is important. Setting the menu of an option
menu makes it sensitive even if the menu is empty). However, if the
option menu is initially insensitive then the first item in the menu
gets marked insensitive when the menu is reparented. Once one item
is in the option menu becomes sensitive and the rest are ok.
2003-06-02 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
* mime-edit-dialog.c: (validate_data): Give an error dialog if the
users clicks on OK button when the MIME type is not entered
Fixes bug #113963
2003-05-12 Marco Pesenti Gritti <marco@it.gnome.org>
* capplets/file-types/service-info.c: (service_info_save),
(service_info_delete):
Set the enabled key for new services and unset it on delete
2003-04-30 Kjartan Maraas <kmaraas@gnome.org>
* mime-type-info.c: (mime_type_get_pretty_name_for_server),
(get_lang_list): Fix i18n problems. Patch from Mike Lei at Sun.