diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-22 03:40:56 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-22 03:40:56 +0800 |
commit | ae63d6eb052d128e4195902d927769fd6d56ce9e (patch) | |
tree | 5b8ded96e1f9c71c9218e7ab1c7356fd803aa9d4 /libempathy/empathy-utils.h | |
parent | 638822cddf39c04c746d2196f6738b6d06056a8a (diff) | |
download | gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar.gz gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar.bz2 gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar.lz gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar.xz gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.tar.zst gsoc2013-empathy-ae63d6eb052d128e4195902d927769fd6d56ce9e.zip |
Add support for apt:// URLS. Fixes bug #529049 (Gaƫtan Podevijn).
svn path=/trunk/; revision=1028
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 5ebaac069..6aab7cf00 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -44,6 +44,7 @@ G_BEGIN_DECLS typedef enum { EMPATHY_REGEX_AS_IS, EMPATHY_REGEX_BROWSER, + EMPATHY_REGEX_APT, EMPATHY_REGEX_EMAIL, EMPATHY_REGEX_OTHER, EMPATHY_REGEX_ALL, |