kopia lustrzana https://gitlab.com/sane-project/frontends
src/gtkglue.h: looks like someone wanted GSGDialog.twocolumn to an int rather than a GtkWidget *. Fixed.
rodzic
95a29f45bf
commit
097c5a1563
|
@ -1,3 +1,7 @@
|
|||
2004-04-29 Julien Blache <jb@jblache.org>
|
||||
* src/gtkglue.h: looks like someone wanted GSGDialog.twocolumn to
|
||||
an int rather than a GtkWidget *. Fixed.
|
||||
|
||||
2004-04-24 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* Makefile.in: Remove autoconf temp files in distclean.
|
||||
|
|
|
@ -55,7 +55,7 @@ typedef struct GSGDialog
|
|||
GtkWidget *window;
|
||||
GtkWidget *main_hbox;
|
||||
GtkWidget *advanced_vbox;
|
||||
GtkWidget *twocolumn;
|
||||
int twocolumn;
|
||||
GtkTooltips *tooltips;
|
||||
GdkColor tooltips_fg;
|
||||
GdkColor tooltips_bg;
|
||||
|
|
Ładowanie…
Reference in New Issue