Dialog integration problem

Caolán McNamara caolanm at redhat.com
Fri Mar 8 12:11:56 PST 2013


On Thu, 2013-03-07 at 18:04 +0100, Gergő Mocsi wrote:
> Dear Developers,
> I've started to integrate a new dialog window for fdo#35546
> (https://bugs.freedesktop.org/show_bug.cgi?id=35546). My dialog
> window's .ui file is located in
> sd/uiconfig/simpress/photoalbum/photoalbum.ui The new menu item
> appears but its not clickable. Is there somenthing missing? Here is
> what I've got: https://gerrit.libreoffice.org/#/c/2582/ .

I've now updated your thingy so it should launch now. There were just
two small problems.

a) the path that the photoalbum.ui installs into is
modules/simpress/ui/photoalbum.ui (under
install/share/config/soffice.cfg in your install)

b) the second argument "PhotoAlbumCreatorDialog" is the name of the
GtkDialog in the .ui that you want to use but it didn't match the one in
the .ui, I changed the .ui to match the name in the code.

It launches now, so you have a foundation to stand on to finish it off.

C.




More information about the LibreOffice mailing list