aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-24 00:45:11 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-24 00:45:11 +0000
commit1909b97d4d4b235fc6b3232bee3e3285d876b26d (patch)
tree21f90e725b9acfdece38e603e8e7117689cdf01e /image
parent43a98f8fb8e965951ec1c7e9a0ef78a56ebb3d22 (diff)
Remove all warnings under Unix for the gtk/ directory.
svn path=/trunk/; revision=21160
Diffstat (limited to 'image')
-rw-r--r--image/toolbar/capture_capture_16.xpm2
-rw-r--r--image/toolbar/capture_details_16.xpm2
-rw-r--r--image/toolbar/capture_prepare_16.xpm2
3 files changed, 3 insertions, 3 deletions
diff --git a/image/toolbar/capture_capture_16.xpm b/image/toolbar/capture_capture_16.xpm
index ef2a0f573f..cbcb8420e6 100644
--- a/image/toolbar/capture_capture_16.xpm
+++ b/image/toolbar/capture_capture_16.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * capture_capture_16_xpm[] = {
+char * capture_capture_16_xpm[] = {
"16 16 151 2",
" c None",
". c #7F7F7F",
diff --git a/image/toolbar/capture_details_16.xpm b/image/toolbar/capture_details_16.xpm
index 727a33b81e..fb38b2acbf 100644
--- a/image/toolbar/capture_details_16.xpm
+++ b/image/toolbar/capture_details_16.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static const char * capture_details_16_xpm[] = {
+const char * capture_details_16_xpm[] = {
"16 16 131 2",
" c None",
". c #000000",
diff --git a/image/toolbar/capture_prepare_16.xpm b/image/toolbar/capture_prepare_16.xpm
index 084d4bb6d0..4eb9f75d71 100644
--- a/image/toolbar/capture_prepare_16.xpm
+++ b/image/toolbar/capture_prepare_16.xpm
@@ -1,5 +1,5 @@
/* XPM */
-static char * capture_prepare_16_xpm[] = {
+char * capture_prepare_16_xpm[] = {
"16 16 159 2",
" c None",
". c #808080",