Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
108
Issues
108
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
pwmt
zathura
Commits
658fd4fe
Unverified
Commit
658fd4fe
authored
Jan 31, 2018
by
Tarn Burton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass line and column to Edit signal
parent
3093c795
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
zathura/dbus-interface.c
zathura/dbus-interface.c
+1
-2
No files found.
zathura/dbus-interface.c
View file @
658fd4fe
...
@@ -202,7 +202,7 @@ zathura_dbus_edit(ZathuraDbus* edit, unsigned int page, unsigned int x, unsigned
...
@@ -202,7 +202,7 @@ zathura_dbus_edit(ZathuraDbus* edit, unsigned int page, unsigned int x, unsigned
GError
*
error
=
NULL
;
GError
*
error
=
NULL
;
g_dbus_connection_emit_signal
(
priv
->
connection
,
NULL
,
DBUS_OBJPATH
,
g_dbus_connection_emit_signal
(
priv
->
connection
,
NULL
,
DBUS_OBJPATH
,
DBUS_INTERFACE
,
"Edit"
,
g_variant_new
(
"(suu)"
,
input_file
,
x
,
y
),
&
error
);
DBUS_INTERFACE
,
"Edit"
,
g_variant_new
(
"(suu)"
,
input_file
,
line
,
column
),
&
error
);
g_free
(
input_file
);
g_free
(
input_file
);
...
@@ -575,4 +575,3 @@ zathura_dbus_synctex_position(const char* filename, const char* input_file,
...
@@ -575,4 +575,3 @@ zathura_dbus_synctex_position(const char* filename, const char* input_file,
return
iterate_instances_call_synctex_view
(
filename
,
input_file
,
line
,
column
,
hint
);
return
iterate_instances_call_synctex_view
(
filename
,
input_file
,
line
,
column
,
hint
);
}
}
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