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] [D-BUS Service]
Name=org.fedorahosted.Eekboard.Server Name=org.fedorahosted.Eekboard
Exec=@bindir@/eekboard-server Exec=@bindir@/eekboard-server

View File

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