mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
c4526d600c
commit
6e6d4033f7
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user