Fix fullscreen mode and D-Bus service entry.

This commit is contained in:
Daiki Ueno
2011-08-22 22:24:17 +09:00
parent 952f70b433
commit b7b4d68a9a
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.fedorahosted.Eekboard.Server
Name=org.fedorahosted.Eekboard
Exec=@bindir@/eekboard-server

View File

@ -141,6 +141,7 @@ on_notify_fullscreen (GObject *object,
gpointer user_data)
{
ServerContextService *context = user_data;
if (context->window)
set_geometry (context);
}