Fix infinite recursion. (#125679, Christian Persch)

Wed Oct 29 12:50:02 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilechooserutils.c (delegate_set_current_folder):
        Fix infinite recursion. (#125679, Christian Persch)
This commit is contained in:
Owen Taylor 2003-10-29 17:53:56 +00:00 committed by Owen Taylor
parent c4526d600c
commit 6e6d4033f7
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserutils.c (delegate_set_current_folder):
Fix infinite recursion. (#125679, Christian Persch)
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:

View File

@ -1,3 +1,8 @@
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserutils.c (delegate_set_current_folder):
Fix infinite recursion. (#125679, Christian Persch)
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:

View File

@ -1,3 +1,8 @@
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserutils.c (delegate_set_current_folder):
Fix infinite recursion. (#125679, Christian Persch)
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:

View File

@ -1,3 +1,8 @@
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserutils.c (delegate_set_current_folder):
Fix infinite recursion. (#125679, Christian Persch)
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:

View File

@ -1,3 +1,8 @@
Wed Oct 29 12:50:02 2003 Owen Taylor <otaylor@redhat.com>
* gtk/gtkfilechooserutils.c (delegate_set_current_folder):
Fix infinite recursion. (#125679, Christian Persch)
Wed Oct 29 13:29:15 GMT 2003 Tony Gale <gale@gtk.org>
* docs/faq/gtk-faq.sgml: further 2.x updates:

View File

@ -268,7 +268,7 @@ static void
delegate_set_current_folder (GtkFileChooser *chooser,
const GtkFilePath *path)
{
_gtk_file_chooser_set_current_folder_path (chooser, path);
_gtk_file_chooser_set_current_folder_path (get_delegate (chooser), path);
}
static GtkFilePath *