[epiphany] Use © symbol and include glib.h in tests.



commit f62625052682eca0989e06e2005e3d5dc7966fcb
Author: Diego Escalante Urrelo <diegoe gnome org>
Date:   Tue Jan 12 13:35:50 2010 -0500

    Use © symbol and include glib.h in tests.

 tests/testephylocationentry.c |    3 ++-
 tests/testephysearchentry.c   |    3 ++-
 tests/testephyzoomcontrol.c   |    3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c
index 440fe18..5b691c4 100644
--- a/tests/testephylocationentry.c
+++ b/tests/testephylocationentry.c
@@ -3,7 +3,7 @@
  * testephylocationentry.c
  * This file is part of Epiphany
  *
- * Copyright (C) 2008 - Diego Escalante Urrelo
+ * Copyright © 2008 - Diego Escalante Urrelo
  *
  * Epiphany is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
  
 #include "config.h"
 #include "ephy-location-entry.h"
+#include <glib.h>
 #include <gtk/gtk.h>
 
 static void
diff --git a/tests/testephysearchentry.c b/tests/testephysearchentry.c
index fc55b19..1f6575c 100644
--- a/tests/testephysearchentry.c
+++ b/tests/testephysearchentry.c
@@ -3,7 +3,7 @@
  * testephysearchentry.c
  * This file is part of Epiphany
  *
- * Copyright (C) 2008 - Diego Escalante Urrelo
+ * Copyright © 2008 - Diego Escalante Urrelo
  *
  * Epiphany is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
  
 #include "config.h"
 #include "ephy-search-entry.h"
+#include <glib.h>
 #include <gtk/gtk.h>
 
 static void
diff --git a/tests/testephyzoomcontrol.c b/tests/testephyzoomcontrol.c
index 14e4fd4..c74e151 100644
--- a/tests/testephyzoomcontrol.c
+++ b/tests/testephyzoomcontrol.c
@@ -3,7 +3,7 @@
  * testephyzoomcontrol.c
  * This file is part of Epiphany
  *
- * Copyright (C) 2008 - Diego Escalante Urrelo
+ * Copyright © 2008 - Diego Escalante Urrelo
  *
  * Epiphany is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
  
 #include "config.h"
 #include "ephy-zoom-control.h"
+#include <glib.h>
 #include <gtk/gtk.h>
 
 static void



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