~ubuntu-branches/ubuntu/wily/xfce4-panel/wily

« back to all changes in this revision

Viewing changes to panel/panel-application.c

  • Committer: Package Import Robot
  • Author(s): Unit 193
  • Date: 2015-01-04 13:04:39 UTC
  • mfrom: (1.1.39)
  • Revision ID: package-import@ubuntu.com-20150104130439-sndt8o8ojwe6dr7g
Tags: 4.11.2-0ubuntu1
* New upstream development release.
  - Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
  const PanelProperty  properties[] =
290
290
  {
291
291
    { "position-locked", G_TYPE_BOOLEAN },
292
 
    { "autohide", G_TYPE_BOOLEAN },
 
292
    { "autohide-behavior", G_TYPE_UINT },
293
293
    { "span-monitors", G_TYPE_BOOLEAN },
294
294
    { "mode", G_TYPE_UINT },
295
295
    { "size", G_TYPE_UINT },
313
313
  /* create the property base */
314
314
  property_base = g_strdup_printf ("/panels/panel-%d", panel_window_get_id (window));
315
315
 
 
316
  /* migrate old autohide property */
 
317
  panel_window_migrate_autohide_property (window, application->xfconf, property_base);
 
318
 
316
319
  /* bind all the properties */
317
320
  panel_properties_bind (application->xfconf, G_OBJECT (window),
318
321
                         property_base, properties, save_properties);