Skip to content

Commit

Permalink
merged with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Sep 26, 2011
2 parents 94e7993 + dd46e0b commit 2493070
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
@@ -0,0 +1,6 @@
Sorry, we're too lazy to maintain this file, for release notes and changelog
please take a look at our milestone pages:

https://launchpad.net/synapse-project/+milestone/{version}
[ version 0.2.8: https://launchpad.net/synapse-project/+milestone/0.2.8 ]

2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([synapse], [0.2.9])
AC_INIT([synapse], [0.2.8.1])
AC_DEFINE(RELEASE_NAME, "Bombesin", "Codename of this release")

AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~),
automake,
libtool,
pkg-config,
valac (>= 0.12.0),
valac-0.12 (>= 0.12.0),
libzeitgeist-dev (>= 0.2.14),
libdbus-glib-1-dev,
libgtk2.0-dev (>= 2.20.0),
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/zeitgeist-plugin.vala
Expand Up @@ -399,6 +399,8 @@ namespace Synapse
var subject = event.get_subject (0);
unowned string uri = places_search ?
subject.get_origin () : subject.get_uri ();
if (uri == null || uri == "") continue;

if (!(uri in uris))
{
bool is_application = uri.has_prefix ("application://");
Expand Down

0 comments on commit 2493070

Please sign in to comment.