viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit fdb1f6399188aeec96924ff406d53aa2fb5c625d
parent 1a822710ea45bf4b09f6b9dab75cfd58aef2e242
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Wed, 17 Oct 2012 22:08:10 -0600

hide the newly created buffer by default

Diffstat:
Msrc/buffer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buffer.c b/src/buffer.c @@ -760,7 +760,7 @@ buffer_add(const unsigned char flags, Window_Data *wd, const char *url, Session_ evas_object_data_set(bd->view, "session", session_item); evas_object_data_set(bd->view, "buffer_data", bd); - evas_object_show(bd->view); + evas_object_hide(bd->view); return bd; }