~ubuntu-branches/ubuntu/maverick/liferea/maverick

« back to all changes in this revision

Viewing changes to src/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2009-03-10 23:47:50 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20090310234750-lnvjgb81gggwyyd4
Tags: 1.4.26-0ubuntu1
* New upstream bugfix release (lp: #325750).
  - debian/patches/90_autoreconf: refreshed.
* debian/patches/notification_check_for_actions_support:
  - New patch backported from upstream r4468, check for actions support
    in notifications before using them (lp: #328606).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
2
 * @file conf.h Liferea configuration (gconf access)
3
3
 *
4
 
 * Copyright (C) 2003-2007 Lars Lindner <lars.lindner@gmail.com>
 
4
 * Copyright (C) 2003-2009 Lars Lindner <lars.lindner@gmail.com>
5
5
 * Copyright (C) 2004,2005 Nathan J. Conrad <t98502@users.sourceforge.net>
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
42
42
#define SOCIAL_BM_HIDE_LINK             "/apps/liferea/social-bm-hide-link"
43
43
#define SEARCH_ENGINE                   "/apps/liferea/search-engine"
44
44
#define SEARCH_ENGINE_HIDE_LINK         "/apps/liferea/search-engine-hide-link"
 
45
#define ALLOW_FLASH                     "/apps/liferea/allow-flash"
45
46
 
46
47
/* enclosure handling */
47
48
#define ENCLOSURE_DOWNLOAD_TOOL         "/apps/liferea/enclosure-download-tool"