aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gsmartcontrol
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-08-16 16:17:08 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-08-16 16:17:08 +0000
commit672896ef5224c81ad6989bbd8dd056d749c2f158 (patch)
treed298bfea432a918a52ea433c5366c3315a1183f6 /sysutils/gsmartcontrol
parent548ea7b3bb7ba624089ee07b627aba65cc05b1a9 (diff)
downloadports-672896ef5224c81ad6989bbd8dd056d749c2f158.tar.gz
ports-672896ef5224c81ad6989bbd8dd056d749c2f158.zip
Notes
Diffstat (limited to 'sysutils/gsmartcontrol')
-rw-r--r--sysutils/gsmartcontrol/files/patch-src-gsc_text_window.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/gsmartcontrol/files/patch-src-gsc_text_window.h b/sysutils/gsmartcontrol/files/patch-src-gsc_text_window.h
new file mode 100644
index 000000000000..85907bf5f942
--- /dev/null
+++ b/sysutils/gsmartcontrol/files/patch-src-gsc_text_window.h
@@ -0,0 +1,20 @@
+--- src/gsc_text_window.h.orig 2011-08-15 16:20:00.000000000 +0200
++++ src/gsc_text_window.h 2011-08-15 16:21:05.000000000 +0200
+@@ -126,7 +126,7 @@
+ // by default, delete_event calls hide().
+ bool on_delete_event_before(GdkEventAny* e)
+ {
+- destroy(this); // deletes this object and nullifies instance
++ this->destroy(this); // deletes this object and nullifies instance
+ return true; // event handled, don't call default virtual handler
+ }
+
+@@ -184,7 +184,7 @@
+
+ void on_close_window_button_clicked()
+ {
+- destroy(this);
++ this->destroy(this);
+ }
+
+