This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3 | ||
0.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#! /bin/sh | ||
#!/bin/bash | ||
set -x | ||
|
||
test -f VERSION || exit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
#define PACKAGE_NAME "pidgin-save-conv-order" | ||
|
||
/* Define to the full name and version of this package. */ | ||
#define PACKAGE_STRING "pidgin-save-conv-order 0.3" | ||
#define PACKAGE_STRING "pidgin-save-conv-order 0.3.1" | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#define PACKAGE_TARNAME "pidgin-save-conv-order" | ||
|
@@ -75,7 +75,7 @@ | |
#define PACKAGE_URL "" | ||
|
||
/* Define to the version of this package. */ | ||
#define PACKAGE_VERSION "0.3" | ||
#define PACKAGE_VERSION "0.3.1" | ||
|
||
/* Define the plugin author to be used */ | ||
#define PLUGIN_AUTHOR "Konrad Gräfe <[email protected]>" | ||
|
@@ -90,7 +90,7 @@ | |
#define PLUGIN_STATIC_NAME "save-conv-order" | ||
|
||
/* Define the plugin version to be used */ | ||
#define PLUGIN_VERSION "0.3" | ||
#define PLUGIN_VERSION "0.3.1" | ||
|
||
/* Define the plugin website to be used */ | ||
#define PLUGIN_WEBSITE "http://freakazoid.teamblind.de/" | ||
|
@@ -99,4 +99,4 @@ | |
#define STDC_HEADERS 1 | ||
|
||
/* Version number of package */ | ||
#define VERSION "0.3" | ||
#define VERSION "0.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,16 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: pidgin-save-conv-order\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2011-07-03 15:52+0200\n" | ||
"POT-Creation-Date: 2012-03-01 18:11+0100\n" | ||
"PO-Revision-Date: 2011-07-03 23:02+0000\n" | ||
"Last-Translator: kgraefe <Unknown>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Launchpad-Export-Date: 2011-07-04 05:03+0000\n" | ||
"X-Generator: Launchpad (build 13168)\n" | ||
"Language: de\n" | ||
|
||
#: ../src/conv_placement.c:158 ../src/save-conv-order.c:105 | ||
msgid "Save Conversation Order" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2011-07-03 15:52+0200\n" | ||
"POT-Creation-Date: 2012-03-01 18:11+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,11 +6,12 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: pidgin-save-conv-order\n" | ||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n" | ||
"POT-Creation-Date: 2011-07-03 15:52+0200\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2012-03-01 18:11+0100\n" | ||
"PO-Revision-Date: 2011-08-03 15:11+0000\n" | ||
"Last-Translator: Мирослав Николић <[email protected]>\n" | ||
"Language-Team: Serbian <[email protected]>\n" | ||
"Language: sr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters