mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
fixed ifndef..define typo
-Shawn
This commit is contained in:
parent
818ea9d84b
commit
3cbeacaf58
@ -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>
|
||||
|
||||
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>
|
||||
|
||||
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>
|
||||
|
||||
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>
|
||||
|
||||
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>
|
||||
|
||||
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>
|
||||
|
||||
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>
|
||||
|
||||
Miscellaneous minor fixes to remove ANSI C incompatibilities
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __GTK_STATUSBAR_H__
|
||||
#define __GTK_STATUSBAR_H_
|
||||
#define __GTK_STATUSBAR_H__
|
||||
|
||||
#include <gtk/gtkhbox.h>
|
||||
|
||||
@ -88,4 +88,4 @@ void gtk_statusbar_remove (GtkStatusbar *statusbar,
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
#endif /* __GTK_STATUSBAR_H_ */
|
||||
#endif /* __GTK_STATUSBAR_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user