Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-weather-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Panel Plugins
xfce4-weather-plugin
Commits
9cbd1a26
Commit
9cbd1a26
authored
Jul 02, 2012
by
Harald Judt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation warnings.
parent
f0a4e5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
panel-plugin/weather-summary.c
panel-plugin/weather-summary.c
+2
-2
No files found.
panel-plugin/weather-summary.c
View file @
9cbd1a26
...
...
@@ -360,8 +360,8 @@ add_forecast_header(gchar *text, gdouble angle, GdkColor *color)
gtk_widget_show
(
GTK_WIDGET
(
box
));
label
=
gtk_label_new
(
NULL
);
gtk_label_set_angle
(
label
,
angle
);
gtk_widget_show
(
label
);
gtk_label_set_angle
(
GTK_LABEL
(
label
)
,
angle
);
gtk_widget_show
(
GTK_WIDGET
(
label
)
);
str
=
g_strdup_printf
(
"<span foreground=
\"
white
\"
><b>%s</b></span>"
,
text
?
text
:
""
);
gtk_label_set_markup
(
GTK_LABEL
(
label
),
str
);
g_free
(
str
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment