]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-dialog.c
Make the "Import Accounts" button insensitive if there's nothing to import.
[empathy.git] / src / empathy-import-dialog.c
index 80e2d747abe67a5e398d19bb7fcee523e2738803..955e07b9c3b9fc8d2eb7a8553cb5e90ea6899283 100644 (file)
@@ -347,6 +347,12 @@ import_dialog_destroy_cb (GtkWidget *widget,
   g_slice_free (EmpathyImportDialog, dialog);
 }
 
+gboolean
+empathy_import_dialog_accounts_to_import (void)
+{
+  return empathy_import_pidgin_accounts_to_import ();
+}
+
 void
 empathy_import_dialog_show (GtkWindow *parent,
                             gboolean warning)