Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-power-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfce4-power-manager
Commits
9814bb4c
Commit
9814bb4c
authored
10 years ago
by
Andrzej
Committed by
Simon Steinbeiss
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
The scalemenuitem is actually an imagemenuitem
parent
a0b59185
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
panel-plugins/power-manager-plugin/scalemenuitem.h
+2
-2
2 additions, 2 deletions
panel-plugins/power-manager-plugin/scalemenuitem.h
with
2 additions
and
2 deletions
panel-plugins/power-manager-plugin/scalemenuitem.h
+
2
−
2
View file @
9814bb4c
...
@@ -46,14 +46,14 @@ typedef struct _ScaleMenuItemPrivate ScaleMenuItemPrivate;
...
@@ -46,14 +46,14 @@ typedef struct _ScaleMenuItemPrivate ScaleMenuItemPrivate;
struct
_ScaleMenuItem
struct
_ScaleMenuItem
{
{
GtkMenuItem
parent_instance
;
Gtk
Image
MenuItem
parent_instance
;
ScaleMenuItemPrivate
*
priv
;
ScaleMenuItemPrivate
*
priv
;
};
};
struct
_ScaleMenuItemClass
struct
_ScaleMenuItemClass
{
{
GtkMenuItemClass
parent_class
;
Gtk
Image
MenuItemClass
parent_class
;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment