summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-18 14:31:49 +0100
committerraveit65 <[email protected]>2021-12-19 17:46:41 +0100
commitede1f04954c5b64dbdaea7a75aecc1153cc6e9b3 (patch)
treeb29cb6bfa05a9b88194631e964f55bbcfcb70ef8 /mate-panel/panel-run-dialog.c
parent0791b258daba11925ced8406db204f27b827202f (diff)
downloadmate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.bz2
mate-panel-ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3.tar.xz
Use dashes instead of underscores in signal names
Diffstat (limited to 'mate-panel/panel-run-dialog.c')
-rw-r--r--mate-panel/panel-run-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index f2fd5c05..24738d3c 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -1769,7 +1769,7 @@ panel_run_dialog_setup_entry (PanelRunDialog *dialog,
GDK_ACTION_COPY);
gtk_drag_dest_add_uri_targets (dialog->combobox);
- g_signal_connect (dialog->combobox, "drag_data_received",
+ g_signal_connect (dialog->combobox, "drag-data-received",
G_CALLBACK (entry_drag_data_received), dialog);
}
@@ -1912,7 +1912,7 @@ panel_run_dialog_setup_pixmap (PanelRunDialog *dialog,
G_CALLBACK (panel_run_dialog_screen_changed),
dialog);
- g_signal_connect (dialog->run_dialog, "drag_data_get",
+ g_signal_connect (dialog->run_dialog, "drag-data-get",
G_CALLBACK (pixmap_drag_data_get),
dialog);
}