pass distcheck...

SVN revision: 21219
This commit is contained in:
Carsten Haitzler 2006-03-12 10:40:49 +00:00
parent 2cdcc07a9e
commit cf75dc02e4
2 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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 <hilight>Yes</hilight> if it does, or No if not.<br>"
"If you do not press a button the old resolution of<br>"
@ -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;