Commit 6dbcf3432f7a0e8482285f76e30b6323e2639e3c
1 parent
50e69e35
Exists in
master
and in
5 other branches
Corrigindo warning
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pw3270/v3270/macros.c
@@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
49 | 49 | ||
50 | static int v3270_macro_clearsel(GtkWidget *widget, int argc, const char **argv) | 50 | static int v3270_macro_clearsel(GtkWidget *widget, int argc, const char **argv) |
51 | { | 51 | { |
52 | - v3270_clear_clipboard(widget); | 52 | + v3270_clear_clipboard(GTK_V3270(widget)); |
53 | return 0; | 53 | return 0; |
54 | } | 54 | } |
55 | 55 |