Commit 64030f47bf41540ec7ab23ba623e3189d7f9e6fb

Authored by Perry Werneck
1 parent 9c0d7eb2
Exists in develop

Fixing build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/tools/entry.c
... ... @@ -140,7 +140,7 @@
140 140  
141 141 }
142 142  
143   - LIB3270_EXPORT GtkWidget * gtk_entry_bind_to_filechooser(GtkWidget *widget, GtkFileChooserAction action, const gchar *title, const gchar *icon_name, const gchar *pattern, const gchar *name) {
  143 + LIB3270_EXPORT void gtk_entry_bind_to_filechooser(GtkWidget *widget, GtkFileChooserAction action, const gchar *title, const gchar *icon_name, const gchar *pattern, const gchar *name) {
144 144  
145 145 gtk_entry_set_icon_from_icon_name(
146 146 GTK_ENTRY(widget),
... ...