~ubuntu-branches/ubuntu/utopic/file-browser-applet/utopic

« back to all changes in this revision

Viewing changes to src/config.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-07-01 17:43:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090701174320-47ghs6125y9in9e3
Tags: 0.6.4-0ubuntu1
* New upstream release.
 - Added option to display thumbnails (if available) instead of icons.
 - Usability improvements.
 - Code cleanups.
* debian/control:
 - Bump standards version to 3.8.2, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <glib/gi18n.h>
30
30
 
31
31
#define APP_NAME         "file-browser-applet"
32
 
#define ICON_BUTTON_SIZE 24     /* Damn! Hard-coded pixels! */
33
 
#define BUILDER_UI_PATH  "/usr/share/file-browser-applet/builder/file-browser-applet.ui"
34
 
#define PIXMAP_PATH          "/usr/share/pixmaps/"
35
 
#define LOCALEDIR                "/usr/share/locale/"
 
32
#define ICON_BUTTON_SIZE 24 /* Damn! Hard-coded pixels! */
 
33
#define BUILDER_UI_PATH  "/usr/share/file-browser-applet/builder/file-browser-applet.ui"
 
34
#define PIXMAP_PATH      "/usr/share/pixmaps/"
 
35
#define LOCALEDIR        "/usr/share/locale/"
36
36
 
37
37
#define DEBUG 0
38
 
#define ENABLE_HELP_DOC
 
38
/* #undef ENABLE_HELP_DOC */
39
39
#define ENABLE_CONTEXT_MENU
40
40
#define LIBGTKHOTKEY_FOUND
41
41