summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-07-11 20:52:30 +0100
committerRichard Hughes <richard@hughsie.com>2007-07-11 20:52:30 +0100
commit7b0677cfbebcb20b7b53580a5b4ef52d0c65bac8 (patch)
treedb57f051b6a360d558bbe07f1148e40d98f9ca7c
parent0a550e5746f64ddb0bb1e5aa5d831364621c0f58 (diff)
button tidyups
-rw-r--r--plugins/glue/buttons/ohm-plugin-buttons.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/glue/buttons/ohm-plugin-buttons.c b/plugins/glue/buttons/ohm-plugin-buttons.c
index 38b98cb..51ce216 100644
--- a/plugins/glue/buttons/ohm-plugin-buttons.c
+++ b/plugins/glue/buttons/ohm-plugin-buttons.c
@@ -41,14 +41,6 @@ plugin_preload (OhmPlugin *plugin)
}
static void
-hal_property_changed_cb (OhmPlugin *plugin,
- guint id,
- const gchar *key)
-{
- g_debug ("%i changed=%s", id, key);
-}
-
-static void
hal_condition_cb (OhmPlugin *plugin,
guint id,
const gchar *name,
@@ -86,7 +78,6 @@ plugin_coldplug (OhmPlugin *plugin)
ohm_plugin_hal_init (plugin);
/* we want this function to get the property modified events for all devices */
- ohm_plugin_hal_use_property_modified (plugin, hal_property_changed_cb);
ohm_plugin_hal_use_condition (plugin, hal_condition_cb);
/* get the only device with capability and watch it */
@@ -99,7 +90,7 @@ plugin_coldplug (OhmPlugin *plugin)
}
static OhmPluginInfo plugin_info = {
- "OHM HAL AC Adapter", /* description */
+ "OHM HAL Buttons", /* description */
"0.0.1", /* version */
"richard@hughsie.com", /* author */
plugin_preload, /* preload */