~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to Dbus/interfaces/mono/CDApplet.cs

Tags: upstream-3.0.0.0beta1
ImportĀ upstreamĀ versionĀ 3.0.0.0beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        public string cParentAppName = null;
41
41
        public string cBusPath = null;
42
42
        public string cConfFile = null;
 
43
        public string cShareDataDir = null;
 
44
        public string cRootDataDir = null;
43
45
        public IApplet icon = null;
44
46
        public ISubApplet sub_icons= null;
45
47
        private GLib.MainLoop loop = null;
89
91
                this.cAppletName = argv[0].Substring(2);
90
92
                this.cBusPath = argv[2];
91
93
                this.cConfFile = argv[3];
92
 
                this.cParentAppName = argv[4];
 
94
                this.cRootDataDir = argv[4];
 
95
                this.cParentAppName = argv[5];
 
96
                //this.cShareDataDir = Environment.CurrentDir();  // not sure of the exact syntax...
93
97
                
94
98
                this._get_config ();
95
99
                this._connect_to_dock ();