gnome-power-manager r3061 - in trunk: . src



Author: rhughes
Date: Mon Nov  3 18:00:26 2008
New Revision: 3061
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3061&view=rev

Log:
2008-11-03  Richard Hughes  <richard hughsie com>

* src/Makefile.am:
* src/gpm-graph-widget-old.c:
* src/gpm-graph-widget.c:
* src/gpm-graph-widget.h:
* src/gpm-info.c:
* src/gpm-info.h:
Rename gpm-graph-widget to gpm-graph-widget-old as they'll soon be a
new kid in town.


Added:
   trunk/src/gpm-graph-widget-old.c   (contents, props changed)
      - copied, changed from r3049, /trunk/src/gpm-graph-widget.c
   trunk/src/gpm-graph-widget-old.h   (props changed)
      - copied unchanged from r3049, /trunk/src/gpm-graph-widget.h
Removed:
   trunk/src/gpm-graph-widget.c
   trunk/src/gpm-graph-widget.h
Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
   trunk/src/gpm-info.c
   trunk/src/gpm-info.h

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Mon Nov  3 18:00:26 2008
@@ -78,8 +78,8 @@
 	gpm-array.c					\
 	gpm-array-float.h				\
 	gpm-array-float.c				\
-	gpm-graph-widget.h				\
-	gpm-graph-widget.c				\
+	gpm-graph-widget-old.h				\
+	gpm-graph-widget-old.c				\
 	gpm-marshal.h					\
 	gpm-marshal.c					\
 	gpm-common.h					\
@@ -225,8 +225,8 @@
 	gpm-array-float.c				\
 	gpm-inhibit.h					\
 	gpm-inhibit.c					\
-	gpm-graph-widget.h				\
-	gpm-graph-widget.c				\
+	gpm-graph-widget-old.h				\
+	gpm-graph-widget-old.c				\
 	gpm-feedback-widget.h				\
 	gpm-feedback-widget.c				\
 	$(NULL)
@@ -317,8 +317,8 @@
 	gpm-array-float.c				\
 	gpm-inhibit.h					\
 	gpm-inhibit.c					\
-	gpm-graph-widget.h				\
-	gpm-graph-widget.c				\
+	gpm-graph-widget-old.h				\
+	gpm-graph-widget-old.c				\
 	$(NULL)
 
 gnome_power_self_test_LDADD =				\

Copied: trunk/src/gpm-graph-widget-old.c (from r3049, /trunk/src/gpm-graph-widget.c)
==============================================================================
--- /trunk/src/gpm-graph-widget.c	(original)
+++ trunk/src/gpm-graph-widget-old.c	Mon Nov  3 18:00:26 2008
@@ -33,7 +33,7 @@
 #include "egg-debug.h"
 
 #include "gpm-common.h"
-#include "gpm-graph-widget.h"
+#include "gpm-graph-widget-old.h"
 #include "gpm-array.h"
 
 G_DEFINE_TYPE (GpmGraphWidget, gpm_graph_widget, GTK_TYPE_DRAWING_AREA);

Modified: trunk/src/gpm-info.c
==============================================================================
--- trunk/src/gpm-info.c	(original)
+++ trunk/src/gpm-info.c	Mon Nov  3 18:00:26 2008
@@ -39,7 +39,7 @@
 #include "gpm-array.h"
 #include "gpm-engine.h"
 #include "gpm-stock-icons.h"
-#include "gpm-graph-widget.h"
+#include "gpm-graph-widget-old.h"
 
 static void     gpm_info_class_init (GpmInfoClass *klass);
 static void     gpm_info_init       (GpmInfo      *info);

Modified: trunk/src/gpm-info.h
==============================================================================
--- trunk/src/gpm-info.h	(original)
+++ trunk/src/gpm-info.h	Mon Nov  3 18:00:26 2008
@@ -23,7 +23,7 @@
 #define __GPMINFO_H
 
 #include <glib-object.h>
-#include "gpm-graph-widget.h"
+#include "gpm-graph-widget-old.h"
 #include "gpm-engine.h"
 
 G_BEGIN_DECLS



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