Commit 805acac18343a1c0c93ef145b7d47ab37e7e0d09

Authored by Perry Werneck
1 parent 58ae34b3
Exists in master and in 1 other branch develop

Fixing "print-setup" signal parameters.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/widget.c
... ... @@ -442,7 +442,7 @@ static void v3270_class_init(v3270Class *klass)
442 442 0,
443 443 NULL, NULL,
444 444 v3270_VOID__VOID_POINTER,
445   - G_TYPE_NONE, 2, G_TYPE_POINTER, 0);
  445 + G_TYPE_NONE, 1, G_TYPE_POINTER, 0);
446 446  
447 447 v3270_widget_signal[V3270_SIGNAL_SAVE_SETTINGS] =
448 448 g_signal_new( I_("save-settings"),
... ...