Commit ad2acb8a058ac4ebb31c6ebafdca923c70a3c4f8

Authored by Perry Werneck
1 parent 3a1487ed

Updating "remap" properties.

Showing 2 changed files with 1 additions and 5 deletions   Show diff stats
configure.ac
... ... @@ -515,7 +515,6 @@ AC_CONFIG_FILES(src/pw3270/common/Makefile)
515 515 AC_CONFIG_FILES(src/libpw3270cpp/Makefile)
516 516  
517 517 AC_CONFIG_FILES(ui/Makefile)
518   -AC_CONFIG_FILES(charsets/Makefile)
519 518 AC_CONFIG_FILES(locale/Makefile)
520 519  
521 520 AC_CONFIG_FILES(branding/Makefile)
... ...
src/pw3270/tools.c
... ... @@ -285,10 +285,7 @@ LIB3270_EXPORT gchar * pw3270_get_datadir(const gchar *first_element, ...)
285 285  
286 286 LIB3270_EXPORT void pw3270_remap_from_xml(GtkWidget *widget, const gchar *name)
287 287 {
288   - if(name)
289   - {
290   - v3270_remap_from_xml(pw3270_get_terminal_widget(widget),name);
291   - }
  288 + v3270_set_remap_filename(pw3270_get_terminal_widget(widget),name);
292 289 }
293 290  
294 291 LIB3270_EXPORT void pw3270_set_host_charset(GtkWidget *widget, const gchar *name)
... ...