soc.2010.detachablepurple: 5f5c086e: Fixed a typo introduced by commit 6a5bcb...

gillux at soc.pidgin.im gillux at soc.pidgin.im
Fri Jul 16 01:17:01 EDT 2010


----------------------------------------------------------------------
Revision: 5f5c086e3fbc34e4f65af26932ea6b8d42e5c22d
Parent:   9ebfa0ef511ed05726607a126e0356e73b885c0e
Author:   gillux at soc.pidgin.im
Date:     07/15/10 19:25:43
Branch:   im.pidgin.soc.2010.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/5f5c086e3fbc34e4f65af26932ea6b8d42e5c22d

Changelog: 

Fixed a typo introduced by commit 6a5bcbd9651f88eb72d403e9bcd4f575861419db.

Changes against parent 9ebfa0ef511ed05726607a126e0356e73b885c0e

  patched  libpurple/Makefile.am

-------------- next part --------------
============================================================
--- libpurple/Makefile.am	9e36117ec0a8f4e1391634ac34284d889a34cd7e
+++ libpurple/Makefile.am	c346d96300b3650b47d717e5064f173d66765d07
@@ -221,7 +221,7 @@ dbus-constructor-client.h: dbus-prototyp
 	$(AM_V_GEN)dbus-binding-tool --prefix=DBUS_purple_constructor --mode=glib-server --output=$@ $<
 
 dbus-constructor-client.h: dbus-prototypes/constructor.xml
-	$(AM_V_GEN) --prefix=DBUS_purple_constructor --mode=glib-client --output=$@ $<
+	$(AM_V_GEN)dbus-binding-tool --prefix=DBUS_purple_constructor --mode=glib-client --output=$@ $<
 
 dbus-account-server.h: dbus-prototypes/account.xml
 	$(AM_V_GEN)dbus-binding-tool --prefix=DBUS_purple_account --mode=glib-server --output=$@ $<


More information about the Commits mailing list