Actually patch the correct file. You can't patch C++ files in the gtk--

subdir since they are generated at build-time.
This commit is contained in:
Joe Marcus Clarke 2002-06-11 02:00:17 +00:00
parent c97b065dac
commit 65f8b96e55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61088
8 changed files with 34 additions and 46 deletions

View File

@ -1,8 +1,6 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{

View File

@ -1,8 +1,6 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{

View File

@ -1,8 +1,6 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{

View File

@ -1,8 +1,6 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{

View File

@ -0,0 +1,11 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
+ string Editable::get_chars (int start_pos, int end_pos) const
{
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
string ret_val = chars;

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
namespace Gtk
{
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
+ string Editable::get_chars (int start_pos, int end_pos) const
{
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
string ret_val = chars;

View File

@ -0,0 +1,11 @@
--- src/editable.gen_h.orig Mon Jun 10 21:40:43 2002
+++ src/editable.gen_h Mon Jun 10 21:40:56 2002
@@ -147,7 +147,7 @@
namespace Gtk
{
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
+ string Editable::get_chars (int start_pos, int end_pos) const
{
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
string ret_val = chars;

View File

@ -1,13 +0,0 @@
$FreeBSD$
--- src/gtk--/editable.cc.orig Sun Jun 9 11:15:59 2002
+++ src/gtk--/editable.cc Sun Jun 9 11:16:09 2002
@@ -5,7 +5,7 @@
namespace Gtk
{
- string Editable::get_chars (int start_pos = 0, int end_pos = - 1) const
+ string Editable::get_chars (int start_pos, int end_pos) const
{
gchar *chars = gtk_editable_get_chars (GTK_EDITABLE (gtkobj ()), start_pos, end_pos);
string ret_val = chars;