diff options
author | John Harper <jsh@eazel.com> | 2001-02-27 21:40:21 +0000 |
---|---|---|
committer | John Harper <jsh@src.gnome.org> | 2001-02-27 21:40:21 +0000 |
commit | 3179f2c4abe12955b23dd40a5740a637f00bf93c (patch) | |
tree | fda856dcc16cc77cf2ce5836bebd668f0266c010 /cut-n-paste-code | |
parent | 666190cfb608b020cd255b7bba49ba867596edfa (diff) | |
download | nautilus-3179f2c4abe12955b23dd40a5740a637f00bf93c.tar.gz |
updated this file to list previous changes to e-paned, as well as the fix
2001-02-27 John Harper <jsh@eazel.com>
* cut-n-paste-code/widgets/e-paned/README.changes: updated this
file to list previous changes to e-paned, as well as the fix I
just made
Diffstat (limited to 'cut-n-paste-code')
-rw-r--r-- | cut-n-paste-code/widgets/e-paned/README.changes | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cut-n-paste-code/widgets/e-paned/README.changes b/cut-n-paste-code/widgets/e-paned/README.changes index c30f1b554..2e147f267 100644 --- a/cut-n-paste-code/widgets/e-paned/README.changes +++ b/cut-n-paste-code/widgets/e-paned/README.changes @@ -23,3 +23,37 @@ e-paned from it's original source: gboolean + +Other previous changes to the files in this directory are: + +--- e-hpaned.c 1997/01/02 07:38:15 1.1 ++++ e-hpaned.c 2000/09/26 00:52:16 1.2 +@@ -111,11 +111,7 @@ e_hpaned_init (EHPaned *hpaned) + GtkWidget * + e_hpaned_new (void) + { +- EHPaned *hpaned; +- +- hpaned = gtk_type_new (E_TYPE_HPANED); +- +- return GTK_WIDGET (hpaned); ++ return gtk_widget_new (E_TYPE_HPANED, NULL); + } + + static void + +--- e-vpaned.c 1997/01/02 07:38:15 1.1 ++++ e-vpaned.c 2000/09/26 00:52:16 1.2 +@@ -111,11 +111,7 @@ e_vpaned_init (EVPaned *vpaned) + GtkWidget * + e_vpaned_new (void) + { +- EVPaned *vpaned; +- +- vpaned = gtk_type_new (E_TYPE_VPANED); +- +- return GTK_WIDGET (vpaned); ++ return gtk_widget_new (E_TYPE_VPANED, NULL); + } + + static void |