bigboard r7417 - trunk/bigboard/empathy



Author: marco
Date: Thu Jul 17 09:46:20 2008
New Revision: 7417
URL: http://svn.gnome.org/viewvc/bigboard?rev=7417&view=rev

Log:
Temporarily disable empathy account configuration to fix the build.

Modified:
   trunk/bigboard/empathy/bb-empathy.c

Modified: trunk/bigboard/empathy/bb-empathy.c
==============================================================================
--- trunk/bigboard/empathy/bb-empathy.c	(original)
+++ trunk/bigboard/empathy/bb-empathy.c	Thu Jul 17 09:46:20 2008
@@ -21,7 +21,6 @@
 #include <libmissioncontrol/mc-account.h>
 #include <libempathy/empathy-dispatcher.h>
 #include <libempathy/empathy-utils.h>
-#include <libempathy-gtk/empathy-accounts-dialog.h>
 
 #include "bb-empathy.h"
 
@@ -53,7 +52,10 @@
 GtkWidget *
 bb_empathy_configure_accounts(void)
 {
-    return empathy_accounts_dialog_show(NULL);
+    /* Does not work with latest empathy. See #535129
+    return empathy_accounts_dialog_show(NULL); */
+
+    return NULL;
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]