~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic-proposed

« back to all changes in this revision

Viewing changes to src/desktop-ui.c

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-02-25 04:07:51 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140225040751-oo835klpwl58mcy4
Tags: 1.2.0-1
* Bump Standards-Version to actual one (fixes lintian warning, see QA page).
* Adding files NEWS to pcmanfm documentation.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric versions.
* Merging upstream version 1.2.0. (Closes: #656298, #731549)
* Use single docs directory for all packages.
* Raising version of libfm required to >= 1.2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    {"Term", "utilities-terminal", N_("Open in Termina_l"), NULL, NULL, G_CALLBACK(on_open_folder_in_terminal)}
55
55
};
56
56
 
 
57
#if FM_CHECK_VERSION(1, 2, 0)
 
58
static const char extra_item_menu_xml[]=
 
59
"<popup>"
 
60
  "<placeholder name='ph2'>"
 
61
    "<separator/>"
 
62
    "<menuitem action='Disable'/>"
 
63
  "</placeholder>"
 
64
"</popup>";
 
65
 
 
66
static const GtkActionEntry extra_item_menu_actions[]=
 
67
{
 
68
    {"Disable", NULL, N_("_Remove from Desktop"), NULL, NULL, G_CALLBACK(on_disable)}
 
69
};
 
70
#endif
 
71
 
57
72
/* xml definition for desktop item placement */
58
73
static const char desktop_icon_menu_xml[]=
59
74
"<popup>"