~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/ui/dialog/dock-behavior.cpp

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
    _dock_item.set_title(title);
166
166
}
167
167
 
168
 
void
169
 
DockBehavior::set_sensitive(bool sensitive)
 
168
void DockBehavior::set_sensitive(bool sensitive)
170
169
{
171
170
    // TODO check this. Seems to be bad that we ignore the parameter
172
171
    get_vbox()->set_sensitive();
263
262
        }
264
263
 
265
264
        // we're done, allow next retransientizing not sooner than after 120 msec
266
 
        gtk_timeout_add (120, (GtkFunction) sp_retransientize_again, (gpointer) floating_win);
 
265
        g_timeout_add (120, (GSourceFunc) sp_retransientize_again, (gpointer) floating_win);
267
266
    }
268
267
}
269
268
 
300
299
  fill-column:99
301
300
  End:
302
301
*/
303
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
302
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :