Fixed hook_id declarations to be gulong instead of guint.
[claws.git] / src / plugins / acpi_notifier / acpi_notifier.c
index c25a3dfcf1cf8493a0a953fe6006aa6f0ff36721..1f96ea2c7bc6aa912d5c3a460fcae5173866ea7b 100644 (file)
@@ -96,8 +96,8 @@ PredefinedAcpis known_implementations[] = {
        {NULL, NULL, NULL, NULL, FALSE, NULL}
 };
 
-static guint folder_hook_id;
-static guint alertpanel_hook_id;
+static gulong folder_hook_id = HOOK_NONE;
+static gulong alertpanel_hook_id = HOOK_NONE;
 
 struct AcpiNotifierPage
 {