diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-08-09 18:48:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-09 18:48:02 +0800 |
commit | 0fa033bbcf9129176b5f48363021300bed9fa96a (patch) | |
tree | 68ccbfadb4a3983c68a0f7483c0683dab72d4bef /lib | |
parent | d8bb5b65d73668942101b33feda431e941a7f94c (diff) | |
download | gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar.gz gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar.bz2 gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar.lz gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar.xz gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.tar.zst gsoc2013-epiphany-0fa033bbcf9129176b5f48363021300bed9fa96a.zip |
Note original cvs versions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-label.c | 2 | ||||
-rw-r--r-- | lib/widgets/ephy-label.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/ephy-label.c b/lib/widgets/ephy-label.c index 73968c2cd..8abad16f3 100644 --- a/lib/widgets/ephy-label.c +++ b/lib/widgets/ephy-label.c @@ -23,6 +23,8 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +/* Synch'd with gtklabel.c 1.152 */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/lib/widgets/ephy-label.h b/lib/widgets/ephy-label.h index 0ac2504a0..298acfd9a 100644 --- a/lib/widgets/ephy-label.h +++ b/lib/widgets/ephy-label.h @@ -23,6 +23,8 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ +/* Synch'd with gtklabel.h 1.39 */ + #ifndef __EPHY_LABEL_H__ #define __EPHY_LABEL_H__ |