summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 649c4a239..0f815a7a2 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -681,9 +681,12 @@ void gui_quit(void)
gtk_fetch_filetype_fin();
}
-
-
-
+void gui_file_gadget_open(struct browser_window *bw, hlcache_handle *hl,
+ struct form_control *gadget)
+{
+ LOG(("File open dialog rquest for %p/%p", bw, gadget));
+ /* browser_window_set_gadget_filename(bw, gadget, "plinth"); */
+}
static void nsgtk_select_menu_clicked(GtkCheckMenuItem *checkmenuitem,
gpointer user_data)