fixed ifndef..define typo
-Shawn
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkstatusbar.h: fixed ifndef..define typo
|
||||||
|
|
||||||
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GTK_STATUSBAR_H__
|
#ifndef __GTK_STATUSBAR_H__
|
||||||
#define __GTK_STATUSBAR_H_
|
#define __GTK_STATUSBAR_H__
|
||||||
|
|
||||||
#include <gtk/gtkhbox.h>
|
#include <gtk/gtkhbox.h>
|
||||||
|
|
||||||
@ -88,4 +88,4 @@ void gtk_statusbar_remove (GtkStatusbar *statusbar,
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
#endif /* __GTK_STATUSBAR_H_ */
|
#endif /* __GTK_STATUSBAR_H__ */
|
||||||
|
Reference in New Issue
Block a user