Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
3456f977
Commit
3456f977
authored
Jul 04, 2019
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix type casting
parent
e4d56df1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
notification.c
src/notification.c
+1
-1
No files found.
src/notification.c
View file @
3456f977
...
@@ -241,7 +241,7 @@ popup_menu_cb (GtkStatusIcon * icon, guint button, guint activate_time, gpointer
...
@@ -241,7 +241,7 @@ popup_menu_cb (GtkStatusIcon * icon, guint button, guint activate_time, gpointer
gtk_menu_shell_append
(
GTK_MENU_SHELL
(
menu
),
item
);
gtk_menu_shell_append
(
GTK_MENU_SHELL
(
menu
),
item
);
}
}
gtk_menu_popup_at_widget
(
GTK_MENU
(
menu
),
icon
,
GDK_GRAVITY_SOUTH_WEST
,
GDK_GRAVITY_NORTH_WEST
,
NULL
);
gtk_menu_popup_at_widget
(
GTK_MENU
(
menu
),
GTK_WIDGET
(
icon
)
,
GDK_GRAVITY_SOUTH_WEST
,
GDK_GRAVITY_NORTH_WEST
,
NULL
);
}
}
static
gboolean
static
gboolean
...
...
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