gnome-scan r692 - in trunk: . lib
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r692 - in trunk: . lib
- Date: Mon, 15 Dec 2008 10:34:52 +0000 (UTC)
Author: bersace
Date: Mon Dec 15 10:34:52 2008
New Revision: 692
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=692&view=rev
Log:
Properly initialize HashTable value type.
Modified:
trunk/ChangeLog
trunk/lib/gnome-scan-option-manager.vala
Modified: trunk/lib/gnome-scan-option-manager.vala
==============================================================================
--- trunk/lib/gnome-scan-option-manager.vala (original)
+++ trunk/lib/gnome-scan-option-manager.vala Mon Dec 15 10:34:52 2008
@@ -36,7 +36,7 @@
construct {
this.rules_by_name = new HashTable<string,Type>(GLib.str_hash, GLib.str_equal);
this.rules_by_type = new HashTable<Type,Type>(GLib.direct_hash, GLib.direct_equal);
- this.options = new HashTable<string,Type>(GLib.str_hash, GLib.str_equal);
+ this.options = new HashTable<string,Option>(GLib.str_hash, GLib.str_equal);
// add default rules ?
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]