On Thu, 3 Apr 2014 10:45:44 johannes hanika wrote: > nice, thanks for looking into that x server issue.
Your welcome, but self interest played a major part in my motivation. > a couple of comments: > > this hunk looks like it doesn't change anything to me: > > - disk_t *g = (disk_t *)self->gui_data; > + disk_t *g = NULL; > + // dirty hack to make the cli work > + if (self->gui_data) > + g = (disk_t *)self->gui_data; Oops - a remnant of a prior attempt. > and your second patch includes both the first and the second commit? did > you try git format-patch to create those patches? My knowledge of git is very low so I took what it gave me. Please see the attached tar file for two replacement patches. Cheers, Kevin
dt_cli_patches.tar.gz
Description: application/compressed-tar
------------------------------------------------------------------------------
_______________________________________________ darktable-devel mailing list darktable-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/darktable-devel