~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to shells/generic/iggwidgetkeybutton.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-28 15:06:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061028150632-hyvuhvsv6zpmf5ev
Tags: 3.0.5-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
}
113
113
 
114
114
 
115
 
bool iggWidgetKeyExecButton::UpdateWidgetBody()
 
115
void iggWidgetKeyExecButton::UpdateWidgetBody()
116
116
{
117
117
        //
118
118
        //  Nothing to update
119
119
        //
120
 
        return true;
121
120
}
122
121
 
123
122
 
139
138
}
140
139
 
141
140
 
142
 
bool iggWidgetKeyToolButton::UpdateWidgetBody()
 
141
void iggWidgetKeyToolButton::UpdateWidgetBody()
143
142
{
144
143
        //
145
144
        //  Nothing to update
146
145
        //
147
 
        return true;
148
146
}
149
147
 
150
148
 
189
187
}
190
188
 
191
189
 
192
 
bool iggWidgetKeyFileNameButton::UpdateWidgetBody()
 
190
void iggWidgetKeyFileNameButton::UpdateWidgetBody()
193
191
{
194
192
        //
195
193
        //  Nothing to update
196
194
        //
197
 
        return true;
198
195
}
199
196
 
200
197
 
235
232
}
236
233
 
237
234
 
238
 
bool iggWidgetKeyExecIntButton::UpdateWidgetBody()
 
235
void iggWidgetKeyExecIntButton::UpdateWidgetBody()
239
236
{
240
237
        //
241
238
        //  Nothing to update
242
239
        //
243
 
        return true;
244
240
}
245
241
 
246
242