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:
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user