diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-17 13:48:51 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-17 13:48:51 +0100 |
commit | 25abede4d0251f965b5f8b879d26c86129a11453 (patch) | |
tree | 348ff4bb5a71dd1899593c73f67f329f373bb47e /src/udev-mgr.c | |
parent | fb32494de9b55663cec088ade6967da349c0cac7 (diff) | |
download | ayatana-indicator-session-25abede4d0251f965b5f8b879d26c86129a11453.tar.gz ayatana-indicator-session-25abede4d0251f965b5f8b879d26c86129a11453.tar.bz2 ayatana-indicator-session-25abede4d0251f965b5f8b879d26c86129a11453.zip |
put guest item in place and fixed ticked icon on user menu
Diffstat (limited to 'src/udev-mgr.c')
-rw-r--r-- | src/udev-mgr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/udev-mgr.c b/src/udev-mgr.c index e3328ec..f66d862 100644 --- a/src/udev-mgr.c +++ b/src/udev-mgr.c @@ -254,7 +254,7 @@ debug_device (UdevMgr* self, GUdevDevice* device, UdevMgrDeviceAction action) { - const gchar* vendor; + /*const gchar* vendor; const gchar* product; const gchar* number; const gchar* name; @@ -269,7 +269,7 @@ debug_device (UdevMgr* self, g_strdup(product), g_strdup(number), g_strdup(name)); - + const gchar *const *list; const gchar *const *iter; char propstr[500]; @@ -290,7 +290,7 @@ debug_device (UdevMgr* self, strcat(propstr, " "); strcat(propstr, g_udev_device_get_property(device, *iter)); g_debug("%s", propstr); - } + }*/ } static void udev_mgr_handle_scsi_device (UdevMgr* self, |