From 130052ca2c08ee75891908b3ba0e68ea74132257 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Fri, 12 Nov 1999 12:27:26 -0800 Subject: [PATCH] Added CVS ID Rev: src/post_modules/GTK/source/gladexml.pre:1.3 --- .gitattributes | 1 + src/post_modules/GTK/source/gladexml.pre | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3b0ec8206e..0dbee791cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -467,6 +467,7 @@ testfont binary /src/post_modules/GL/top.c foreign_ident /src/post_modules/GTK/acconfig.h foreign_ident /src/post_modules/GTK/dummy.c foreign_ident +/src/post_modules/GTK/source/gladexml.pre foreign_ident /src/post_modules/Makefile.in foreign_ident /src/post_modules/configure.in foreign_ident /src/preprocessor.h foreign_ident diff --git a/src/post_modules/GTK/source/gladexml.pre b/src/post_modules/GTK/source/gladexml.pre index 0ba1763052..82d9276493 100644 --- a/src/post_modules/GTK/source/gladexml.pre +++ b/src/post_modules/GTK/source/gladexml.pre @@ -1,5 +1,4 @@ /* This is -*- c -*- code */ -/* Sort of unnessesary, and decreases code-size with 140Kb */ COND_WIDGET(libglade); PROGRAM(GladeXML); @@ -17,6 +16,7 @@ PROGRAM(GladeXML); #include <glade/glade.h> int glade_is_setup = 0; +RCSID("$Id: gladexml.pre,v 1.3 1999/11/12 20:27:26 neotron Exp $"); /* This function is used by signal_autoconnect to handle signal @@ -323,4 +323,5 @@ RETURNS(void); pop_n_elems(args); } +// <p align=right><font size=2><i>$Id: gladexml.pre,v 1.3 1999/11/12 20:27:26 neotron Exp $</i></font> END_COND_WIDGET(libglade); -- GitLab