diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-04 12:32:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-04 12:32:50 +0100 |
commit | c6d97d1fae6783d5b671de8b7af4ae23116f46a0 (patch) | |
tree | e21182e3c7a9e7758e9aeb3a72c0bd10cdf95db8 | |
parent | 6ec15c2d51f83a10f81d94ad1be2da8761c9553c (diff) | |
download | ayatana-indicator-session-c6d97d1fae6783d5b671de8b7af4ae23116f46a0.tar.gz ayatana-indicator-session-c6d97d1fae6783d5b671de8b7af4ae23116f46a0.tar.bz2 ayatana-indicator-session-c6d97d1fae6783d5b671de8b7af4ae23116f46a0.zip |
duplicate key input error
-rw-r--r-- | src/sane-rules.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sane-rules.h b/src/sane-rules.h index 5483b28..4d6c7cc 100644 --- a/src/sane-rules.h +++ b/src/sane-rules.h @@ -25,6 +25,8 @@ void populate_scsi_scanners (GHashTable* scanners) g_list_copy(hp)); } + + void populate_usb_scanners (GHashTable* scanners) { GList* hp = NULL; @@ -78,7 +80,7 @@ void populate_usb_scanners (GHashTable* scanners) mustek_2 = g_list_append (mustek_2, g_strdup ("1000")); mustek_2 = g_list_append (mustek_2, g_strdup ("1001")); g_hash_table_insert (scanners, - g_strdup("03f0"), + g_strdup("0400"), g_list_copy(mustek_2)); GList* kodak = NULL; |