X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fframe-gtk.c;h=3f3d754bc17c72bb42f264cb4bfc042756646c63;hp=963d2599b6ca0d8eb8b45c1f60a7e8a92ed50a7d;hb=a5812bf2ff9a9cf40f4ff78dcb83f5b4c295bd18;hpb=ccce6217f84987dff10ed3d2b60b9f0f65d8f25a diff --git a/src/frame-gtk.c b/src/frame-gtk.c index 963d259..3f3d754 100644 --- a/src/frame-gtk.c +++ b/src/frame-gtk.c @@ -847,9 +847,11 @@ gtk_create_widgets (struct frame *f, Lisp_Object lisp_window_id, Lisp_Object par } #endif /* HAVE_MENUBARS */ +#ifdef HAVE_GNOME if (GNOME_IS_APP (shell)) gnome_app_set_contents (GNOME_APP (shell), text); else +#endif /* Now comes the drawing area, which should fill the rest of the ** frame completely. */