From b6e52e4278c941fa228f298be879cded10cef033 Mon Sep 17 00:00:00 2001 From: Jose Luis Perez Diez Date: Mon, 30 Jan 2012 13:57:07 +0100 Subject: tools: fsoraw: repair bug #1625 The dbus proxy interface for ousaged was instanciated but not assigned to Commands.usage Signed-off-by: Jose Luis Perez Diez Acked-by: Simon Busch --- tools/fso-raw/src/main.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/fso-raw/src/main.vala b/tools/fso-raw/src/main.vala index 8e7a07f2..262cad33 100644 --- a/tools/fso-raw/src/main.vala +++ b/tools/fso-raw/src/main.vala @@ -46,7 +46,7 @@ class Commands : Object { try { - Bus.get_proxy_sync( BusType.SYSTEM, FSO_USAGE_BUS, FSO_USAGE_PATH ); + usage = Bus.get_proxy_sync( BusType.SYSTEM, FSO_USAGE_BUS, FSO_USAGE_PATH ); } catch ( GLib.Error e ) { -- cgit v1.2.3