diff options
author | Carsten Haitzler <raster@rasterman.com> | 2006-03-12 10:40:49 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2006-03-12 10:40:49 +0000 |
commit | cf75dc02e4802191e63f5a5e775db2667db1150c (patch) | |
tree | 2b316bcf44b80410e7468987b4318d4173ffaa5c | |
parent | 2cdcc07a9ea3b99c067289c63f2d855afbb7ee1c (diff) |
pass distcheck...
SVN revision: 21219
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | src/bin/e_int_config_display.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index df8e0b03a..57b298f89 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | |||
9 | bin_SCRIPTS = enlightenment-config | 9 | bin_SCRIPTS = enlightenment-config |
10 | 10 | ||
11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \ | 11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \ |
12 | debian/changelog debian/copyright \ | 12 | debian/changelog debian/changelog.in debian/copyright \ |
13 | debian/rules debian/enlightenment.install \ | 13 | debian/rules debian/enlightenment.install \ |
14 | debian/enlightenment.docs debian/enlightenment-data.install \ | 14 | debian/enlightenment.docs debian/enlightenment-data.install \ |
15 | debian/libe.install debian/libe-dev.install debian/control \ | 15 | debian/libe.install debian/libe-dev.install debian/control \ |
diff --git a/src/bin/e_int_config_display.c b/src/bin/e_int_config_display.c index 06bc3e22c..1bf923c4b 100644 --- a/src/bin/e_int_config_display.c +++ b/src/bin/e_int_config_display.c | |||
@@ -91,6 +91,7 @@ _surebox_text_fill(SureBox *sb) | |||
91 | { | 91 | { |
92 | char buf[4096]; | 92 | char buf[4096]; |
93 | 93 | ||
94 | if (!sb->dia) return; | ||
94 | snprintf(buf, sizeof(buf), | 95 | snprintf(buf, sizeof(buf), |
95 | _("Does this look OK? Press <hilight>Yes</hilight> if it does, or No if not.<br>" | 96 | _("Does this look OK? Press <hilight>Yes</hilight> if it does, or No if not.<br>" |
96 | "If you do not press a button the old resolution of<br>" | 97 | "If you do not press a button the old resolution of<br>" |
@@ -120,6 +121,7 @@ _surebox_timer_cb(void *data) | |||
120 | e_config_save_queue(); | 121 | e_config_save_queue(); |
121 | sb->timer = NULL; | 122 | sb->timer = NULL; |
122 | e_object_del(E_OBJECT(sb->dia)); | 123 | e_object_del(E_OBJECT(sb->dia)); |
124 | sb->dia = NULL; | ||
123 | return 0; | 125 | return 0; |
124 | } | 126 | } |
125 | return 1; | 127 | return 1; |