gnome-scan r760 - trunk/lib
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r760 - trunk/lib
- Date: Wed, 7 Jan 2009 21:06:20 +0000 (UTC)
Author: bersace
Date: Wed Jan 7 21:06:20 2009
New Revision: 760
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=760&view=rev
Log:
Match "page-orientation" option for PageOrientation widget.
Modified:
trunk/lib/gnome-scan-init.vala
Modified: trunk/lib/gnome-scan-init.vala
==============================================================================
--- trunk/lib/gnome-scan-init.vala (original)
+++ trunk/lib/gnome-scan-init.vala Wed Jan 7 21:06:20 2009
@@ -43,6 +43,7 @@
option_manager.register_rule_by_type(typeof(OptionDouble), typeof(ScaleWidget));
option_manager.register_rule_by_type(typeof(OptionString), typeof(EntryWidget));
option_manager.register_rule_by_type(typeof(OptionEnum), typeof(ComboBoxWidget));
+ option_manager.register_rule_by_name("page-orientation", typeof(PageOrientationWidget));
module_path = string.join(GLib.Path.SEARCHPATH_SEPARATOR_S, MODULE_DIR,
"modules/gsfile", "modules/gsane",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]