As long as we're hard coding the path hard code it in only one place.

2004-01-12  Jody Goldberg <jody@gnome.org>

	* Makefile.am : As long as we're hard coding the path hard code it in
	  only one place.  Passing in datadir then adding the magic subdir in
	  C then building in Makefile seems unnecessary.
	  Use GNOMECC_CAPPLETS_*
This commit is contained in:
Jody Goldberg 2004-01-12 06:35:57 +00:00 committed by Jody Goldberg
parent acdde5d39d
commit 55a692788a
5 changed files with 19 additions and 15 deletions

View file

@ -19,6 +19,7 @@
*/
#include "gnome-wp-utils.h"
#include <string.h>
GdkPixbuf * gnome_wp_pixbuf_new_gradient (GtkOrientation orientation,
GdkColor * c1,
@ -106,7 +107,6 @@ GdkPixbuf * gnome_wp_pixbuf_new_solid (GdkColor * color,
GdkPixbuf * gnome_wp_pixbuf_tile (GdkPixbuf * src_pixbuf,
GdkPixbuf * dest_pixbuf) {
gdouble cx, cy;
gdouble colorv;
gint dwidth, dheight;
gint swidth, sheight;
guint alpha = 255;
@ -136,7 +136,6 @@ GdkPixbuf * gnome_wp_pixbuf_tile (GdkPixbuf * src_pixbuf,
GdkPixbuf * gnome_wp_pixbuf_center (GdkPixbuf * src_pixbuf,
GdkPixbuf * dest_pixbuf) {
gdouble cx, cy;
gdouble colorv;
gint dwidth, dheight;
gint swidth, sheight;
guint alpha = 255;