diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 14:51:48 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-18 14:51:48 -0400 |
commit | 92cb2ff94b4efb98437639a7c37fa894efa03556 (patch) | |
tree | 1c13f554a5cbf54ac86a0663d1aedb40cd1870fc /src/udev-mgr.c | |
parent | 7d476f1a4e0717678d5b1d86f022948f8959fa57 (diff) | |
parent | 7cb790290cb874e06deca13497eed34079b4fb8c (diff) | |
download | ayatana-indicator-session-92cb2ff94b4efb98437639a7c37fa894efa03556.tar.gz ayatana-indicator-session-92cb2ff94b4efb98437639a7c37fa894efa03556.tar.bz2 ayatana-indicator-session-92cb2ff94b4efb98437639a7c37fa894efa03556.zip |
releasing version 0.3.2-0ubuntu1
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, |