org.guifications.plugins.autoprofile_merge: 07df5c0f16112e59576a8087482bba12acdf7e73
rekkanoryo at guifications.org
rekkanoryo at guifications.org
Sun Mar 23 12:55:08 CDT 2008
-----------------------------------------------------------------
Revision: 07df5c0f16112e59576a8087482bba12acdf7e73
Ancestor: dcb9b003e0780b9a17175e482815743d9ae7f33a
Author: rekkanoryo at guifications.org
Date: 2008-03-23T03:41:03
Branch: org.guifications.plugins.autoprofile_merge
Modified files:
autoprofile/autoprofile.c autoprofile/autoprofile.h
autoprofile/preferences.c
ChangeLog:
This round:
- Remove reference to internal.h in autoprofile.h
- Change references to AUTOPROFILE_VERSION to PP_VERSION
-----------------------------------------------------------------
This revision's diffstat output:
autoprofile.c | 8 ++++----
autoprofile.h | 4 +---
preferences.c | 2 +-
3 files changed, 6 insertions(+), 8 deletions(-)
-------------- next part --------------
============================================================
--- autoprofile/autoprofile.c 638632fe58fc8095d4b45970eb6ca1d96d527ea5
+++ autoprofile/autoprofile.c 3f75ac257a21a4b5570145d1ae732c71fbe97fc6
@@ -133,15 +133,15 @@ static PurplePluginInfo info =
PURPLE_PLUGIN_MAGIC,
PURPLE_MAJOR_VERSION,
PURPLE_MINOR_VERSION,
- PURPLE_PLUGIN_STANDARD, /* type */
- PIDGIN_PLUGIN_TYPE, /* ui_requirement */
+ PURPLE_PLUGIN_STANDARD, /* type */
+ PIDGIN_PLUGIN_TYPE, /* ui_requirement */
0, /* flags */
NULL, /* dependencies */
- PURPLE_PRIORITY_DEFAULT, /* priority */
+ PURPLE_PRIORITY_DEFAULT, /* priority */
N_("gtk-kluge-autoprofile"), /* id */
N_("AutoProfile"), /* name */
- AUTOPROFILE_VERSION, /* version */
+ PP_VERSION, /* version */
N_("User profile and status message content generator"),/* summary */
/* description */
N_("Allows user to place dynamic text into profiles\n"
============================================================
--- autoprofile/autoprofile.h 2645e7c203744b3873c426655f56e2d9c3f3479c
+++ autoprofile/autoprofile.h 0ed5c651bea6383761b74e5b7ec047f4d3a134dd
@@ -24,10 +24,8 @@
#ifndef AUTOPROFILE_H
#define AUTOPROFILE_H
-#define AUTOPROFILE_VERSION "3.00-beta2"
+#include "../common/pp_internal.h"
-#include "internal.h"
-
#include "sizes.h"
#include "widget.h"
#include "utility.h"
============================================================
--- autoprofile/preferences.c f3c43ae129b9d944f66022a99960dcb5ab25935f
+++ autoprofile/preferences.c 7a3b8efe0653754aa160aaf0affa928ee17f3eb8
@@ -45,7 +45,7 @@ static GtkWidget *get_info_page () {
/* AutoProfile title */
labeltext = g_strdup_printf (
_("<span weight=\"bold\" size=\"larger\">AutoProfile %s</span>"),
- AUTOPROFILE_VERSION);
+ PP_VERSION);
label = gtk_label_new (NULL);
gtk_label_set_markup (GTK_LABEL(label), labeltext);
gtk_label_set_line_wrap (GTK_LABEL(label), TRUE);
More information about the Plugins-commits
mailing list