summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 4e72e80..d7acb28 100644
--- a/structs.go
+++ b/structs.go
@@ -149,11 +149,11 @@ type internalTK struct {
// the desktop libnotify menu
type libnotify struct {
- clock internalTK // widget for the clock
- menu internalTK // libnotify menu icon
- menuWindow internalTK // libnotify menu window
- window internalTK // the libnotify menu
- help internalTK // the help menu
+ clock internalTK // widget for the clock
+ icon internalTK // libnotify menu icon
+ window internalTK // the libnotify menu
+ help internalTK // the help menu
+ // menuWindow internalTK // libnotify menu window
}
// this is the gocui way