69159535bb
Submitted by: Tobias Reifenberger <treif@mayn.de>
19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
--- mailwatch.c.orig Wed Aug 23 02:09:36 2000
|
|
+++ mailwatch.c Wed Aug 23 02:12:48 2000
|
|
@@ -403,13 +403,14 @@
|
|
}
|
|
else {
|
|
for (i=ctabs; i ; i = i->next)
|
|
- if (i->is_modified != DELETED)
|
|
+ if (i->is_modified != DELETED) {
|
|
if (!strcmp(i->name,buf[0]) && i->is_modified != DELETED) {
|
|
gkrellm_message_window("Gkrellm mailwatch Error",
|
|
"a mailpanel with that name already exits",NULL);
|
|
return;
|
|
}
|
|
else pos++;
|
|
+ }
|
|
|
|
new = create_configtab(ctabs->tabs,buf[0],256,pos);
|
|
new->is_modified = NEW;
|