diff options
author | Jody Goldberg <jody@src.gnome.org> | 2002-10-01 15:12:56 +0000 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2002-10-01 15:12:56 +0000 |
commit | 435b950dc16a2bb67b0563b3e890a39a1c79d915 (patch) | |
tree | 80f823a1839b72c2700072fd2de6bb732bb665a5 /capplets/background/background-properties-capplet.c | |
parent | 478ecee385bd81ea4d0efdd1d0c33e3c69d89388 (diff) | |
download | gnome-control-center-435b950dc16a2bb67b0563b3e890a39a1c79d915.tar.gz |
some aix portability fixes
Diffstat (limited to 'capplets/background/background-properties-capplet.c')
-rw-r--r-- | capplets/background/background-properties-capplet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/background/background-properties-capplet.c b/capplets/background/background-properties-capplet.c index c9924b29c..9521f0d8d 100644 --- a/capplets/background/background-properties-capplet.c +++ b/capplets/background/background-properties-capplet.c @@ -44,7 +44,7 @@ enum { TARGET_URI_LIST, TARGET_COLOR, - TARGET_BGIMAGE, + TARGET_BGIMAGE /* TARGET_BACKGROUND_RESET*/ }; @@ -52,7 +52,7 @@ static GtkTargetEntry drop_types[] = { {"text/uri-list", 0, TARGET_URI_LIST}, { "application/x-color", 0, TARGET_COLOR }, - { "property/bgimage", 0, TARGET_BGIMAGE }, + { "property/bgimage", 0, TARGET_BGIMAGE } /* { "x-special/gnome-reset-background", 0, TARGET_BACKGROUND_RESET }*/ }; |