forked from AuroraMiddleware/gtk
remove some explicit #defines of PROFILE_FILE_CHOOSER because they break
2005-10-07 Michael Natterer <mitch@gimp.org> * gtk/gtkfilechooserdefault.c: remove some explicit #defines of PROFILE_FILE_CHOOSER because they break compilation after the removal of <unistd.h>.
This commit is contained in:
parent
5b2d546e9f
commit
cab26ded6f
@ -1,3 +1,9 @@
|
||||
2005-10-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: remove some explicit #defines of
|
||||
PROFILE_FILE_CHOOSER because they break compilation after the
|
||||
removal of <unistd.h>.
|
||||
|
||||
2005-10-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-10-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: remove some explicit #defines of
|
||||
PROFILE_FILE_CHOOSER because they break compilation after the
|
||||
removal of <unistd.h>.
|
||||
|
||||
2005-10-07 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
|
||||
|
@ -658,11 +658,9 @@ static void
|
||||
gtk_file_chooser_default_init (GtkFileChooserDefault *impl)
|
||||
{
|
||||
profile_start ("start", NULL);
|
||||
#define PROFILE_FILE_CHOOSER
|
||||
#ifdef PROFILE_FILE_CHOOSER
|
||||
access ("MARK: *** CREATE FILE CHOOSER", F_OK);
|
||||
#endif
|
||||
#undef PROFILE_FILE_CHOOSER
|
||||
impl->local_only = TRUE;
|
||||
impl->preview_widget_active = TRUE;
|
||||
impl->use_preview_label = TRUE;
|
||||
@ -5215,11 +5213,9 @@ browse_files_model_finished_loading_cb (GtkFileSystemModel *model,
|
||||
|
||||
pending_select_paths_process (impl);
|
||||
set_busy_cursor (impl, FALSE);
|
||||
#define PROFILE_FILE_CHOOSER
|
||||
#ifdef PROFILE_FILE_CHOOSER
|
||||
access ("MARK: *** FINISHED LOADING", F_OK);
|
||||
#endif
|
||||
#undef PROFILE_FILE_CHOOSER
|
||||
|
||||
profile_end ("end", NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user