[evolution-kolab] EPlugin: removed 'e_' prefix from name of static function



commit be4197a75882571da7935c727ce897bd074d1c31
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Thu Jul 26 15:15:48 2012 +0200

    EPlugin: removed 'e_' prefix from name of static function

 src/eplugin/e-kolab-backend-sync-conflict.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eplugin/e-kolab-backend-sync-conflict.c b/src/eplugin/e-kolab-backend-sync-conflict.c
index ffc653f..1283927 100644
--- a/src/eplugin/e-kolab-backend-sync-conflict.c
+++ b/src/eplugin/e-kolab-backend-sync-conflict.c
@@ -290,8 +290,8 @@ kolab_backend_sync_conflict_ui_destroy (gpointer ptr)
 }
 
 static void
-e_kolab_backend_sync_ui_conflict_response_cb (GObject *dialog,
-                                              gint response_id)
+kolab_backend_sync_ui_conflict_response_cb (GObject *dialog,
+                                            gint response_id)
 {
 	g_return_if_fail (dialog != NULL);
 



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