Fix title

SVN revision: 57174
This commit is contained in:
titan 2011-02-19 20:53:16 +00:00 committed by titan
parent a36a5e9385
commit 62f630e67c
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ ephoto_window_add(void)
ephoto->win = elm_win_add(NULL, "ephoto", ELM_WIN_BASIC);
if (!ephoto->win)
return NULL;
evas_object_resize(ephoto->win, 600, 400);
ephoto_title_set("Ephoto - Picture Enlightenment");
evas_object_resize(ephoto->win, 600, 480);
ephoto_title_set("Ephoto");
evas_object_smart_callback_add
(ephoto->win, "delete,request", _ephoto_window_del, NULL);
evas_object_show(ephoto->win);