summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-05-19 09:35:49 -0400
committerSteve Zesch <[email protected]>2012-05-19 09:35:49 -0400
commitd2f872502685cf401034113501459cc42bacab8e (patch)
tree4d1b629032d574d6dc203518dce6f24021150ce0
parentb0d8bc177549912af56861c143dda59b2cbfb9fd (diff)
downloadmate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.bz2
mate-user-share-d2f872502685cf401034113501459cc42bacab8e.tar.xz
Changes from yesterday.
-rw-r--r--configure.in6
-rw-r--r--src/obexpush.c3
2 files changed, 5 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 2d78926..f2f73b8 100644
--- a/configure.in
+++ b/configure.in
@@ -131,7 +131,7 @@ dnl===========================================================================
dnl Check for caja for the share bar
AC_ARG_WITH(cajadir,
- AS_HELP_STRING([--with-cajadir=DIR],[Installation path for Nautilus extension @<:@auto@:>@]),
+ AS_HELP_STRING([--with-cajadir=DIR],[Installation path for Caja extension @<:@auto@:>@]),
[ac_with_cajadir=$withval],
[ac_with_cajadir=""])
@@ -140,9 +140,9 @@ PKG_CHECK_MODULES(EXTENSION,
if test "${ac_with_cajadir}" = ""; then
ac_with_cajadir=`pkg-config --variable=extensiondir libcaja-extension`
fi
-AC_SUBST(NAUTILUSDIR)
+AC_SUBST(CAJADIR)
AC_MSG_NOTICE([installing caja plugin in ${ac_with_cajadir}])
-AC_SUBST([NAUTILUSDIR],[${ac_with_cajadir}])
+AC_SUBST([CAJADIR],[${ac_with_cajadir}])
dnl ==========================================================================
diff --git a/src/obexpush.c b/src/obexpush.c
index c7cb725..75238f5 100644
--- a/src/obexpush.c
+++ b/src/obexpush.c
@@ -141,7 +141,8 @@ show_notification (const char *filename)
g_free (display);
notification = notify_notification_new (_("You received a file"),
notification_text,
- "dialog-information");
+ "dialog-information",
+ NULL);
notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);