Really show the "about" dialog when requested
This commit is contained in:
parent
6dd143e62c
commit
e718d09c84
@ -89,6 +89,9 @@ static GdkFilterReturn _filter_message_show(Phone * phone,
|
|||||||
{
|
{
|
||||||
switch(what)
|
switch(what)
|
||||||
{
|
{
|
||||||
|
case PHONE_MESSAGE_SHOW_ABOUT:
|
||||||
|
phone_show_about(phone, show);
|
||||||
|
break;
|
||||||
case PHONE_MESSAGE_SHOW_CONTACTS:
|
case PHONE_MESSAGE_SHOW_CONTACTS:
|
||||||
phone_show_contacts(phone, show);
|
phone_show_contacts(phone, show);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user