aboutsummaryrefslogtreecommitdiff
path: root/src/menubar.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/menubar.vala')
-rw-r--r--src/menubar.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menubar.vala b/src/menubar.vala
index 644cc15..1556aef 100644
--- a/src/menubar.vala
+++ b/src/menubar.vala
@@ -162,7 +162,7 @@ public class MenuBar : Gtk.MenuBar
{
if (pid > 0)
{
- Posix.kill (pid, Posix.SIGTERM);
+ Posix.kill (pid, Posix.Signal.TERM);
int status;
Posix.waitpid (pid, out status, 0);
pid = 0;