From 0a9cc2a474ff583c928e109468f20330aae0603c Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 Nov 2015 08:49:00 +0100 Subject: Drop unnecessary dependency on Ubuntu's url-dispatcher. --- src/service.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'src/service.c') diff --git a/src/service.c b/src/service.c index 6bd5959..679dc5e 100644 --- a/src/service.c +++ b/src/service.c @@ -20,7 +20,6 @@ #include #include -#include #include "brightness.h" #include "dbus-shared.h" @@ -783,12 +782,7 @@ on_settings_activated (GSimpleAction * a G_GNUC_UNUSED, if (control_center_cmd == NULL) { - if (g_getenv ("MIR_SOCKET") != NULL) - { - url_dispatch_send("settings:///system/battery", NULL, NULL); - return; - } - else if (!g_strcmp0 (g_getenv ("DESKTOP_SESSION"), "xubuntu")) + if (!g_strcmp0 (g_getenv ("DESKTOP_SESSION"), "xubuntu")) { control_center_cmd = "xfce4-power-manager-settings"; } @@ -828,14 +822,6 @@ on_statistics_activated (GSimpleAction * a G_GNUC_UNUSED, g_free (cmd); } -static void -on_phone_settings_activated (GSimpleAction * a G_GNUC_UNUSED, - GVariant * param G_GNUC_UNUSED, - gpointer gself G_GNUC_UNUSED) -{ - url_dispatch_send("settings:///system/battery", NULL, NULL); -} - /*** **** ***/ @@ -872,7 +858,6 @@ init_gactions (IndicatorPowerService * self) GActionEntry entries[] = { { "activate-settings", on_settings_activated }, - { "activate-phone-settings", on_phone_settings_activated }, { "activate-statistics", on_statistics_activated, "s" } }; -- cgit v1.2.3