* Enlightenment SVN <no-re...@enlightenment.org> [2012-09-18 07:28:57 -0700]:

> Log:
> fix random crash when closing windows because glima hates me
>   

LOL

> 
> Author:       discomfitor
> Date:         2012-09-18 07:28:57 -0700 (Tue, 18 Sep 2012)
> New Revision: 76830
> Trac:         http://trac.enlightenment.org/e/changeset/76830
> 
> Modified:
>   trunk/PROTO/shotgun/src/bin/chat.c 
> 
> Modified: trunk/PROTO/shotgun/src/bin/chat.c
> ===================================================================
> --- trunk/PROTO/shotgun/src/bin/chat.c        2012-09-18 14:24:02 UTC (rev 
> 76829)
> +++ trunk/PROTO/shotgun/src/bin/chat.c        2012-09-18 14:28:57 UTC (rev 
> 76830)
> @@ -430,6 +430,7 @@
>  static void
>  _chat_window_switch(Contact *c, Evas_Object *obj __UNUSED__, Elm_Object_Item 
> *it __UNUSED__)
>  {
> +   if (!c->chat_window) return;
>     if (elm_object_content_get(c->chat_window->pager) == c->chat_panes) 
> return;
>     contact_chat_window_animator_del(c);
>     elm_naviframe_item_simple_promote(c->chat_window->pager, c->chat_panes);
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

-- 
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to