[hyena/gtk3] [gtk3] fix style warning in canvas
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena/gtk3] [gtk3] fix style warning in canvas
- Date: Mon, 9 May 2011 19:50:57 +0000 (UTC)
commit 2ee27d015177340a47070ef72817d1a4546ed635
Author: Olivier Dufour <olivier duff gmail com>
Date: Tue May 3 13:31:08 2011 +0200
[gtk3] fix style warning in canvas
Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs b/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
index 2627fc9..9b06922 100644
--- a/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
+++ b/Hyena.Gui/Hyena.Gui.Canvas/CanvasHost.cs
@@ -224,7 +224,7 @@ namespace Hyena.Gui.Canvas
private bool changing_style = false;
- protected override void OnStyleSet (Style old_style)
+ protected override void OnStyleUpdated ()
{
if (changing_style) {
return;
@@ -240,7 +240,7 @@ namespace Hyena.Gui.Canvas
changing_style = false;
- base.OnStyleSet (old_style);
+ base.OnStyleUpdated ();
}
protected override bool OnButtonPressEvent (Gdk.EventButton press)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]