2007-03-14 [wwp] 2.8.1cvs12

* src/gtk/logwindow.h
		Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
This commit is contained in:
Tristan Chabredier 2007-03-14 22:55:33 +00:00
parent a0363ab8f7
commit ed233bf7a4
4 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2007-03-14 [wwp] 2.8.1cvs12
* src/gtk/logwindow.h
Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
2007-03-14 [wwp] 2.8.1cvs11
* src/gtk/logwindow.h

View file

@ -2428,3 +2428,4 @@
( cvs diff -u -r 1.115.2.141 -r 1.115.2.142 src/main.c; ) > 2.8.1cvs9.patchset
( cvs diff -u -r 1.1.4.26 -r 1.1.4.27 src/gtk/logwindow.c; ) > 2.8.1cvs10.patchset
( cvs diff -u -r 1.1.4.10 -r 1.1.4.11 src/gtk/logwindow.h; ) > 2.8.1cvs11.patchset
( cvs diff -u -r 1.1.4.11 -r 1.1.4.12 src/gtk/logwindow.h; ) > 2.8.1cvs12.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=11
EXTRA_VERSION=12
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -23,8 +23,6 @@
#include <glib.h>
#include <gtk/gtkwidget.h>
#include "log.h"
typedef struct _LogWindow LogWindow;
struct _LogWindow
@ -38,8 +36,6 @@ struct _LogWindow
GdkColor error_color;
GdkColor in_color;
GdkColor out_color;
GdkColor status_ok_color;
GdkColor status_nok_color;
gboolean clip;
guint clip_length;
@ -51,7 +47,7 @@ struct _LogWindow
gboolean never_shown;
};
LogWindow *log_window_create(LogInstance instance);
LogWindow *log_window_create(void);
void log_window_init(LogWindow *logwin);
void log_window_show(LogWindow *logwin);
void log_window_show_error(LogWindow *logwin);