add option to add wallpapers via the command line (closes bug #456337)

2007-07-12  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (wp_load_stuffs), (desktop_init),
	(desktop_shutdown):
	* appearance-desktop.h:
	* appearance-main.c: (main):
	* appearance.h: add option to add wallpapers via the command line
	(closes bug #456337)

svn path=/trunk/; revision=7853
This commit is contained in:
Jens Granseuer 2007-07-12 20:52:15 +00:00 committed by Jens Granseuer
parent 17f843f6fc
commit 14ba88579a
5 changed files with 38 additions and 4 deletions

View file

@ -47,6 +47,7 @@ typedef struct {
GtkWidget *wp_rem_button;
GtkWidget *wp_filesel;
GtkWidget *wp_image;
GSList *wp_uris;
/* font */
GtkWidget *font_details;