~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Interface.Windows.AnimationBase/src/Do.Interface/Do.Interface.AnimationBase/BezelDrawingArea.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 05:58:49 UTC
  • Revision ID: ootz0rz@gmail.com-20090623055849-foc5oodact5ckt3b
changes to just get it to compile...

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
                double[] icon_fade = new double [] {1, 1, 1};
183
183
                bool[] entry_mode = new bool[3];
184
184
                
185
 
                //GConf.Client gconfClient;
 
185
                GConf.Client gconfClient;
186
186
                
187
187
                public Cairo.Color BackgroundColor {
188
188
                        get {
418
418
                        ResetRenderStyle ();
419
419
                        SetDrawingArea ();
420
420
                        
421
 
                        /*
422
421
                        gconfClient = new GConf.Client ();
423
422
                        gconfClient.AddNotify ("/desktop/gnome/interface", OnGtkThemeChanged);
424
 
                        */
425
423
                        
426
424
                        BezelDrawingArea.ThemeChanged += OnThemeChanged;
427
425
                        Realized += delegate {
701
699
                        return ret;
702
700
                }
703
701
                
704
 
                /*
705
702
                private void OnGtkThemeChanged (object o, GConf.NotifyEventArgs args)
706
703
                {
707
704
                        GLib.Timeout.Add (3000, () => {
711
708
                                return false;
712
709
                        });
713
710
                }
714
 
                */
715
711
                
716
712
                private void OnThemeChanged (object o, System.EventArgs args)
717
713
                {