Missing information: darktable version?

On Thu, Oct 20, 2016 at 4:15 PM, Jefferson Ferreira
<jefferso...@gmail.com> wrote:
> Hi,
>
> I wrote an example in darktable/luarc that shows a strange error when I
> open/close the "export selected" module:
>
> ERROR in lualib, couldn't find a container, this should never happen
>
> The source of luarc is this:
>
> dt = require "darktable"
> dt.register_lib(
>   "test",
>   "test",
>   true,
>   false,
>   { [dt.gui.views.lighttable] = {"DT_UI_CONTAINER_PANEL_RIGHT_CENTER", 500}
> },
>   dt.new_widget("label") {
>     label = "just a name"
>   },
>   nil,
>   nil
> )
>
> Thanks in advance.
>
> --
> Jefferson Ferreira
>
> ___________________________________________________________________________
> darktable developer mailing list to unsubscribe send a mail to
> darktable-dev+unsubscr...@lists.darktable.org
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to