[gedit-plugins] Use right coding style



commit a7ebf14b5a8575b8e386bc8d344e8006d57c2951
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Dec 26 00:26:02 2009 +0100

    Use right coding style

 plugins/drawspaces/gedit-drawspaces-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/drawspaces/gedit-drawspaces-plugin.c b/plugins/drawspaces/gedit-drawspaces-plugin.c
index 44841aa..22ad816 100644
--- a/plugins/drawspaces/gedit-drawspaces-plugin.c
+++ b/plugins/drawspaces/gedit-drawspaces-plugin.c
@@ -126,7 +126,7 @@ free_action_data (gpointer data)
 
 static void
 set_draw_gconf (GeditDrawspacesPlugin *plugin,
-                gchar const           *key,
+                const gchar           *key,
                 gboolean               value)
 {
 	GError *error = NULL;



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