Commit ac8313da33de8bd3df17b60ac9aed5279bd01d0b

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

Fixing save dialog close.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/dialogs/save/save.c
... ... @@ -36,16 +36,18 @@
36 36  
37 37 /*--[ Implement ]------------------------------------------------------------------------------------*/
38 38  
  39 +/*
39 40 static void V3270SaveDialog_finalize(V3270SaveDialog *object)
40 41 {
41 42 V3270SaveDialog *dialog = V3270_SAVE_DIALOG(object);
42 43 }
  44 +*/
43 45  
44 46 static void V3270SaveDialog_class_init(V3270SaveDialogClass *klass)
45 47 {
46 48  
47 49 debug("%s",__FUNCTION__);
48   - G_OBJECT_CLASS(klass)->finalize = V3270SaveDialog_finalize;
  50 +// G_OBJECT_CLASS(klass)->finalize = V3270SaveDialog_finalize;
49 51  
50 52 }
51 53  
... ...