ToastFreeware
/
gregoa
/
zavai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c89e5a
)
Show the widgets inside the power menu
author
Enrico Zini
<enrico@enricozini.org>
Sun, 16 Aug 2009 11:17:00 +0000
(12:17 +0100)
committer
Enrico Zini
<enrico@enricozini.org>
Sun, 16 Aug 2009 11:17:00 +0000
(12:17 +0100)
src/app_power.vala
patch
|
blob
|
history
diff --git
a/src/app_power.vala
b/src/app_power.vala
index 4c37b4b1ac2467a42859fecce3cc2fd99c94093a..5146087853995465e3e3ae84650c9e83112868ba 100644
(file)
--- a/
src/app_power.vala
+++ b/
src/app_power.vala
@@
-312,6
+312,8
@@
public class PowerMenu : zavai.Resource, Gtk.Window
act_backlight_on = new ServiceRequestLink("backlight", "Keep backlight on", "Let backlight fade");
vbox.pack_start(act_backlight_on, false, false, 0);
+
+ vbox.show_all();
}
public void toggle()