summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-18 14:52:15 +0100
committerLuke from DC <[email protected]>2022-08-08 03:41:08 +0000
commitdc37d79d6e2797f7f613051261466b93fc01107d (patch)
tree113d6524a05b1a6c2410b11931ae6cea19600099 /battstat/battstat_applet.c
parent281cf3a35e1c492d02f82eaa30b006d19d72af2f (diff)
downloadmate-applets-dc37d79d6e2797f7f613051261466b93fc01107d.tar.bz2
mate-applets-dc37d79d6e2797f7f613051261466b93fc01107d.tar.xz
Use dashes instead of underscores in signal names
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r--battstat/battstat_applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c
index 41f29fa0..e3c83ac3 100644
--- a/battstat/battstat_applet.c
+++ b/battstat/battstat_applet.c
@@ -1093,11 +1093,11 @@ create_layout (ProgressData *battstat)
G_CALLBACK (destroy_applet),
battstat);
- g_signal_connect (battstat->applet, "change_orient",
+ g_signal_connect (battstat->applet, "change-orient",
G_CALLBACK (change_orient),
battstat);
- g_signal_connect (battstat->applet, "size_allocate",
+ g_signal_connect (battstat->applet, "size-allocate",
G_CALLBACK (size_allocate),
battstat);