Skip to content

Commit

Permalink
Rolling back minor changes done in pythonqt that broke compilation on…
Browse files Browse the repository at this point in the history
… Jessie

And updated manpage related stuff properly
  • Loading branch information
LaTruelle committed Nov 16, 2015
1 parent 56f71e2 commit be4f336
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ add_custom_target(
if(GENERATE_MANPAGES)

set(PATAGUI_MAN_SRCS
${SOURCE_DIR}/manpages/patagui.1.txt
${SOURCE_DIR}/manpages/Patagui.1.txt
)

set(PATAGUI_MAN_LANGS default fr)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Patagui(1)
==================
==========

NOM
---
Expand Down
4 changes: 2 additions & 2 deletions manpages/songbook-client.1.txt → manpages/Patagui.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Patagui(1)
==================
==========

NAME
----
Expand All @@ -18,7 +18,7 @@ DESCRIPTION
that allows to handle the song selection and appearance customization
of a songbook. The embedded editor allows to add, remove and modify the
songs in the available library. Finally a build option allows to create
nice high quality pdf documents, directly from theGUI interface.
nice high quality pdf documents, directly from the GUI interface.

OPTIONS
-------
Expand Down
Binary file modified pythonqt/pythonqt.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/import-dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ int ImportDialog::copy_data(struct archive *ar, struct archive *aw)
{
const void *buff;
size_t size;
off_t offset;
int64_t offset;

do {
int r = archive_read_data_block(ar, &buff, &size, &offset);
Expand Down

0 comments on commit be4f336

Please sign in to comment.