empathy r666 - in trunk: extensions src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r666 - in trunk: extensions src
- Date: Tue, 26 Feb 2008 13:31:18 +0000 (GMT)
Author: xclaesse
Date: Tue Feb 26 13:31:17 2008
New Revision: 666
URL: http://svn.gnome.org/viewvc/empathy?rev=666&view=rev
Log:
Fix typo in var name and don't link empathy-call-chandler on libemp-extensions.la anymore.
Modified:
trunk/extensions/extensions-cli.c
trunk/src/Makefile.am
Modified: trunk/extensions/extensions-cli.c
==============================================================================
--- trunk/extensions/extensions-cli.c (original)
+++ trunk/extensions/extensions-cli.c Tue Feb 26 13:31:17 2008
@@ -12,7 +12,7 @@
void
emp_cli_init (void)
{
- static gboolean initilized = FALSE;
+ static gboolean initialized = FALSE;
if (!initialized)
{
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Tue Feb 26 13:31:17 2008
@@ -12,7 +12,6 @@
LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
- $(top_builddir)/extensions/libemp-extensions.la \
$(EMPATHY_LIBS)
bin_PROGRAMS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]