Really show the "about" dialog when requested

This commit is contained in:
Pierre Pronchery 2011-08-30 16:33:44 +00:00
parent 6dd143e62c
commit e718d09c84

View File

@ -89,6 +89,9 @@ static GdkFilterReturn _filter_message_show(Phone * phone,
{
switch(what)
{
case PHONE_MESSAGE_SHOW_ABOUT:
phone_show_about(phone, show);
break;
case PHONE_MESSAGE_SHOW_CONTACTS:
phone_show_contacts(phone, show);
break;