~ubuntu-branches/ubuntu/vivid/xfce4-panel/vivid

« back to all changes in this revision

Viewing changes to libxfce4panel/xfce-panel-plugin.c

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-07-07 10:54:09 UTC
  • mfrom: (4.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20130707105409-nam2sh68h1reuiv4
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_migrate-tasklist-separator.patch: added, try to be smart and
      work around the non-expandable tasklist plugin from 4.10 by setting
      as expandable the separator next to it (should work with the default
      panel layouts from Xubuntu, Mythbuntu and UbuntuStudio).
    + xubuntu_add-calendar-popup-to-clock-plugin.patch: added, taken from
      upstream git to show a calendar when left-clicking on the clock plugin
      (so we don't need orage/xfce4-datetime-plugin for this feature only).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2704
2704
 *
2705
2705
 * Returns the path that can be used to store configuration information.
2706
2706
 * Don't use this function if you want to read from the config file, but
2707
 
 * use xfce_panel_plugin_rc_location() instead.
 
2707
 * use xfce_panel_plugin_lookup_rc_file() instead.
2708
2708
 *
2709
 
 * See also: xfce_panel_plugin_rc_location() and xfce_resource_save_location()
 
2709
 * See also: xfce_panel_plugin_lookup_rc_file() and xfce_resource_save_location()
2710
2710
 *
2711
2711
 * Returns: The path to a config file or %NULL if no file was found.
2712
2712
 *          The returned string must be freed u sing g_free().