summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
Diffstat (limited to 'applets')
-rw-r--r--applets/brightness/brightness-applet.c1
-rw-r--r--applets/inhibit/inhibit-applet.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c
index 28e6f45..bafeeaa 100644
--- a/applets/brightness/brightness-applet.c
+++ b/applets/brightness/brightness-applet.c
@@ -72,7 +72,6 @@ typedef struct{
GType gpm_brightness_applet_get_type (void);
-
#define GPM_DBUS_SERVICE "org.mate.PowerManager"
#define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight"
#define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight"
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index 1b68921..37382c4 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -89,7 +89,6 @@ static void gpm_applet_destroy_cb (GtkWidget *widget);
#define MATE_PANEL_APPLET_VERTICAL(p) \
(((p) == MATE_PANEL_APPLET_ORIENT_LEFT) || ((p) == MATE_PANEL_APPLET_ORIENT_RIGHT))
-
/** cookie is returned as an unsigned integer */
static gboolean
gpm_applet_inhibit (GpmInhibitApplet *applet,
@@ -210,7 +209,6 @@ gpm_applet_size_allocate_cb (GtkWidget *widget,
gtk_image_set_pixel_size (GTK_IMAGE(applet->image), size);
}
-
/**
* gpm_applet_update_tooltip:
* @applet: Inhibit applet instance
@@ -357,7 +355,6 @@ gpm_inhibit_applet_class_init (GpmInhibitAppletClass *class)
/* nothing to do here */
}
-
/**
* gpm_inhibit_applet_dbus_connect:
**/