[Xfce4-commits] <postler:master> Declare window_state_event in bureau as public
Christian Dywan
noreply at xfce.org
Fri Dec 31 00:56:01 CET 2010
Updating branch refs/heads/master
to 8f4d29d485f49800c6e8b02346fa07c3abce5bbf (commit)
from 9a882251f9e7dedd76367b27be28ec6fc6e0af57 (commit)
commit 8f4d29d485f49800c6e8b02346fa07c3abce5bbf
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri Dec 31 00:54:39 2010 +0100
Declare window_state_event in bureau as public
postler/postler-bureau.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 69d9a72..7edace6 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -322,7 +322,7 @@ public class Postler.Bureau : Gtk.Window {
window_state_event (new Gdk.EventWindowState ());
}
- override bool window_state_event (Gdk.EventWindowState event) {
+ public override bool window_state_event (Gdk.EventWindowState event) {
Gtk.Orientation orientation;
if ((window.get_state () & Gdk.WindowState.FULLSCREEN) != 0
|| (window.get_state () & Gdk.WindowState.MAXIMIZED) != 0) {
More information about the Xfce4-commits
mailing list