Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
6126c0ad
Commit
6126c0ad
authored
11 years ago
by
winckel
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a warning.
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4325
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
e8aaa119
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
common/utils/itti_analyzer/libui/ui_notifications.c
+1
-1
1 addition, 1 deletion
common/utils/itti_analyzer/libui/ui_notifications.c
with
1 addition
and
1 deletion
common/utils/itti_analyzer/libui/ui_notifications.c
+
1
−
1
View file @
6126c0ad
...
...
@@ -35,7 +35,7 @@ int ui_enable_connect_button(void)
return
RC_OK
;
}
void
ui_change_cursor
(
gboolean
busy
)
static
void
ui_change_cursor
(
gboolean
busy
)
{
static
GdkWindow
*
window
;
...
...
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