mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk for 2.00
This commit is contained in:
@@ -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( );
|
||||
|
||||
Reference in New Issue
Block a user