]> Pileus Git - ~andy/gtk/commit
Use g_message() throughout, add RTL envar for rtl testing.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Aug 2004 16:52:04 +0000 (16:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Aug 2004 16:52:04 +0000 (16:52 +0000)
commit3cc0ae605a10eb7f24bc6083e2388a7103a4aeb4
treec97221243a374b99360cbbe4b16a02c6ac5de661
parent3a76d4848baabbd396fdc10358cab7b32ec23ebd
Use g_message() throughout, add RTL envar for rtl testing.

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
rtl testing.

* gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
(gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
(gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
(gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
seems to expect a path, not an uri.
(update_dialog): Handle g_filename_from_uri() returning NULL, don't free
info if it is NULL.

* gtk/gtkfilechooserbutton.h: Minor stylistic changes.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserbutton.h
tests/testfilechooserbutton.c