~ubuntu-branches/ubuntu/trusty/gtk2-engines-oxygen/trusty

« back to all changes in this revision

Viewing changes to src/animations/oxygentoolbarstateengine.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-05-06 11:57:43 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20120506115743-mzhcx54u2vs984rn
Tags: 1.2.3-0ubuntu1
* New upstream release.
  - Fixes crash in Filezilla. (LP: #992133)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
            return true;
124
124
        }
125
125
 
126
 
        //! dirty state
127
 
        void setDirty( GtkWidget* widget, bool value )
128
 
        { data().value( widget ).setDirty( value ); }
129
 
 
130
126
        //@}
131
127
 
132
128
        //!@name accessors
173
169
        bool isLocked( GtkWidget* widget )
174
170
        { return data().value( widget ).isLocked(); }
175
171
 
176
 
        //! dirty state
177
 
        bool isDirty( GtkWidget* widget )
178
 
        { return data().value( widget ).isDirty(); }
179
 
 
180
172
        //@}
181
173
 
182
174
        private: