From cf75dc02e4802191e63f5a5e775db2667db1150c Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 12 Mar 2006 10:40:49 +0000 Subject: [PATCH] pass distcheck... SVN revision: 21219 --- Makefile.am | 2 +- src/bin/e_int_config_display.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 \ bin_SCRIPTS = enlightenment-config EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN enlightenment.spec \ - debian/changelog debian/copyright \ + debian/changelog debian/changelog.in debian/copyright \ debian/rules debian/enlightenment.install \ debian/enlightenment.docs debian/enlightenment-data.install \ 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) { char buf[4096]; + if (!sb->dia) return; snprintf(buf, sizeof(buf), _("Does this look OK? Press Yes if it does, or No if not.
" "If you do not press a button the old resolution of
" @@ -120,6 +121,7 @@ _surebox_timer_cb(void *data) e_config_save_queue(); sb->timer = NULL; e_object_del(E_OBJECT(sb->dia)); + sb->dia = NULL; return 0; } return 1;