Fix merge errors. Should build now.

SVN revision: 23312
This commit is contained in:
Christopher Michael 2006-06-08 20:37:03 +00:00
parent e45b75accd
commit 464274dae7
3 changed files with 3 additions and 91 deletions

View File

@ -18,7 +18,6 @@ static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);
static Evas_Object *_basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata);
static int _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);
//static void _use_exec_cb_change(void *data, Evas_Object *obj);
static void _load_boxes(E_Config_Dialog *cfd);
static int _ilist_header_exists(Evas_Object *il, const char *name);
static void _ilist_cb_selected(void *data);
@ -50,14 +49,7 @@ static void
_fill_data(Config_Item *ci, E_Config_Dialog_Data *cfdata)
{
cfdata->show_label = ci->show_label;
//cfdata->use_exec = ci->use_exec;
//cfdata->exec = NULL;
//if (ci->exec)
// cfdata->exec = strdup(ci->exec);
cfdata->check_time = ci->check_time;
cfdata->boxes = ci->boxes;
}
@ -271,12 +263,7 @@ _cb_edit_box(void *data, void *data2)
il = cfdata->il;
s = e_widget_ilist_selected_label_get(il);
<<<<<<< e_mod_config.c
for (l = ci->boxes; l; l = l->next)
=======
cfdata = data;
if (cfdata->type == 0)
>>>>>>> 1.5
{
Config_Box *cb;
@ -288,7 +275,6 @@ _cb_edit_box(void *data, void *data2)
break;
}
}
<<<<<<< e_mod_config.c
}
static void
@ -310,25 +296,6 @@ _cb_del_box(void *data, void *data2)
s = e_widget_ilist_selected_label_get(il);
for (l = ci->boxes; l; l = l->next)
=======
else if (cfdata->type == 1)
{
e_widget_disabled_set(cfdata->new_path_label, 0);
e_widget_disabled_set(cfdata->new_path_entry, 0);
e_widget_disabled_set(cfdata->cur_path_label, 1);
e_widget_disabled_set(cfdata->cur_path_entry, 1);
e_widget_entry_text_set(cfdata->cur_path_entry, "");
}
else if (cfdata->type == 3)
{
e_widget_disabled_set(cfdata->new_path_label, 0);
e_widget_disabled_set(cfdata->new_path_entry, 0);
e_widget_disabled_set(cfdata->cur_path_label, 1);
e_widget_disabled_set(cfdata->cur_path_entry, 1);
e_widget_entry_text_set(cfdata->cur_path_entry, "");
}
else if (cfdata->type == 2)
>>>>>>> 1.5
{
Config_Box *cb;

View File

@ -656,13 +656,6 @@ _mail_parse_pop(void *data, void *data2)
if (!ev) return;
if ((!mb->server) || (mb->server != ev->server)) return;
<<<<<<< e_mod_main.c
=======
if ((!inst->server) || (inst->server != ev->server)) return;
ci = _mail_config_item_get(inst->gcc->id);
>>>>>>> 1.10
len = sizeof(in) -1;
len = (((len) > (ev->size)) ? ev->size : len);
memcpy(in, ev->data, len);
@ -758,13 +751,6 @@ _mail_parse_imap(void *data, void *data2)
if (!ev) return;
if ((!mb->server) || (mb->server != ev->server)) return;
<<<<<<< e_mod_main.c
=======
if ((!inst->server) || (inst->server != ev->server)) return;
ci = _mail_config_item_get(inst->gcc->id);
>>>>>>> 1.10
len = sizeof(in) -1;
len = (((len) > (ev->size)) ? ev->size : len);
memcpy(in, ev->data, len);
@ -937,19 +923,8 @@ _mail_set_text(void *data)
if (!inst) return;
edje_object_part_text_set(inst->mail->mail_obj, "name", "");
<<<<<<< e_mod_main.c
snprintf(buf, sizeof(buf), "New: 0");
=======
snprintf(buf, sizeof(buf), "%d/%d", n, t);
>>>>>>> 1.10
edje_object_part_text_set(inst->mail->mail_obj, "new_label", buf);
<<<<<<< e_mod_main.c
snprintf(buf, sizeof(buf), "Total: 0");
edje_object_part_text_set(inst->mail->mail_obj, "total_label", buf);
edje_object_signal_emit(inst->mail->mail_obj, "no_mail", "");
edje_object_part_text_set(inst->mail->mail_obj, "new_label", "");
for (l = inst->mboxes; l; l = l->next)
{
@ -965,21 +940,11 @@ _mail_set_text(void *data)
snprintf(buf, sizeof(buf), "New: %d", mb->num_new);
edje_object_part_text_set(inst->mail->mail_obj, "new_label", buf);
snprintf(buf, sizeof(buf), "Total: %d", mb->num_total);
edje_object_part_text_set(inst->mail->mail_obj, "total_label", buf);
edje_object_signal_emit(inst->mail->mail_obj, "new_mail", "");
break;
}
}
=======
if (n > 0)
edje_object_signal_emit(inst->mail->mail_obj, "new_mail", "");
else
edje_object_signal_emit(inst->mail->mail_obj, "no_mail", "");
>>>>>>> 1.10
}
static int

View File

@ -144,7 +144,6 @@ collections
}
text
{
<<<<<<< mail.edc
text: "";
font: "VeraBold";
size: 9;
@ -162,25 +161,6 @@ collections
color3: 255 255 255 42;
}
}
=======
text: "New:";
font: "VeraBold";
size: 9;
min: 1 1;
align: 1.0 0.5;
text_class: "module_small";
}
}
description
{
state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 0 0 0 255;
color3: 255 255 255 42;
}
}
>>>>>>> 1.4
}
programs
{