(trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk for 2.00

This commit is contained in:
Charles Kerr
2010-04-01 22:12:32 +00:00
parent b075381f64
commit 6c8049742f
3 changed files with 15 additions and 15 deletions

View File

@@ -227,7 +227,7 @@ static gboolean updatemodel( gpointer gdata );
****
***/
#ifdef HAVE_LIBGCONF
#ifdef HAVE_GCONF2
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>
#endif
@@ -235,7 +235,7 @@ static gboolean updatemodel( gpointer gdata );
static void
registerMagnetLinkHandler( void )
{
#ifdef HAVE_LIBGCONF
#ifdef HAVE_GCONF2
GError * err;
GConfValue * value;
GConfClient * client = gconf_client_get_default( );