~ubuntu-branches/ubuntu/vivid/openbox-menu/vivid

« back to all changes in this revision

Viewing changes to openbox-menu.h

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2014-11-02 11:05:44 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141102110544-ff0g1xovwvpg9s2z
Tags: 0.7.0-1
* New upstream release.
* debian/control:
  + Bump minimal menu-cache version to 0.7.
  + Bump Standards-Version to 3.9.6. (no changes needed)
* Remove debian/patches/fix_missing_double_quote.patch -- included
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define __OPENBOXMENU_APP__
22
22
#include <menu-cache.h>
23
23
 
24
 
#define VERSION "0.5.1"
 
24
#define VERSION "0.7.0"
25
25
#define APPMENU_SIZE 30
26
26
#define TERMINAL_CMD "xterm -e"
27
27