Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
124
Issues
124
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
cdf78f78
Commit
cdf78f78
authored
Sep 01, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get gdk key definition from header
parent
811bd124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
gnome/src/actions.c
gnome/src/actions.c
+1
-0
gnome/src/mainwindow.c
gnome/src/mainwindow.c
+2
-1
No files found.
gnome/src/actions.c
View file @
cdf78f78
...
...
@@ -30,6 +30,7 @@
*/
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <glib/gprintf.h>
#include <stdlib.h>
#include <string.h>
...
...
gnome/src/mainwindow.c
View file @
cdf78f78
...
...
@@ -46,6 +46,7 @@
#include <sys/stat.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <eel-gconf-extensions.h>
/** Local variables */
...
...
@@ -129,7 +130,7 @@ main_window_ask_quit ()
}
static
gboolean
on_key_released
(
GtkWidget
*
widget
,
GdkEventKey
*
event
,
gpointer
user_data
UNUSED
)
on_key_released
(
GtkWidget
*
widget
UNUSED
,
GdkEventKey
*
event
,
gpointer
user_data
UNUSED
)
{
if
(
focus_is_on_searchbar
)
return
TRUE
;
...
...
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