Commit eb8ba9eb1fd49480fcd7dbdd8280b98629da7028

Authored by Perry Werneck
1 parent 107ace8e
Exists in master and in 1 other branch develop

+ Fixing bugs detected on glade module test.

+ Adding script to run the widget in debug mode unde glade.
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
testscripts/glade.sh 0 → 100755
... ... @@ -0,0 +1,6 @@
  1 +#!/bin/bash
  2 +sudo ln -sf $(readlink -f .bin/Debug/libv3270.so.5.2) /usr/lib64/libv3270.so.5.2
  3 +
  4 +glade glade/widget-test.glade
  5 +
  6 +
... ...