Commit a2740cda130a09d36a9abee7a51e8aa11a915bb0
1 parent
ef5f41f7
Exists in
master
and in
3 other branches
Fixing signal parameters.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/objects/window/terminal.c
... | ... | @@ -243,7 +243,7 @@ |
243 | 243 | return GTK_RESPONSE_NONE; |
244 | 244 | } |
245 | 245 | |
246 | - static gboolean save_popup_response(v3270 G_GNUC_UNUSED(*widget), const gchar *popup_name, GtkResponseType response, struct SessionDescriptor * session) { | |
246 | + static gboolean save_popup_response(GtkWidget *widget, const gchar *popup_name, GtkResponseType response, struct SessionDescriptor * session) { | |
247 | 247 | debug("%s(%s)",__FUNCTION__,popup_name); |
248 | 248 | |
249 | 249 | if(!session->key_file) | ... | ... |