annotate pidgin/gtkconv-theme.c @ 32821:5111d364fa49

Fix fallback to builtin Template.html file.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 18 Nov 2011 18:11:18 +0000
parents f28a09bfe22c
children 910475e626be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32619
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 /*
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
2 * Conversation Themes for Pidgin
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
3 *
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
4 * Pidgin is the legal property of its developers, whose names are too numerous
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
5 * to list here. Please refer to the COPYRIGHT file distributed with this
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
6 * source distribution.
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
7 *
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
8 * This program is free software; you can redistribute it and/or modify
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
9 * it under the terms of the GNU General Public License as published by
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
11 * (at your option) any later version.
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
12 *
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
13 * This program is distributed in the hope that it will be useful,
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
16 * GNU General Public License for more details.
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
17 *
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
18 * You should have received a copy of the GNU General Public License
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
19 * along with this program; if not, write to the Free Software
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
21 */
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
22
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
23 #include "gtkconv-theme.h"
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
24
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
25 #include "conversation.h"
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
26 #include "debug.h"
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
27 #include "prefs.h"
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
28 #include "xmlnode.h"
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
29
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
30 #include "pidgin.h"
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
31 #include "gtkconv.h"
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
32 #include "gtkwebview.h"
32619
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
33
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
34 #include <stdlib.h>
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
35 #include <string.h>
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
36
32619
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
37 #define PIDGIN_CONV_THEME_GET_PRIVATE(Gobject) \
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
38 (G_TYPE_INSTANCE_GET_PRIVATE((Gobject), PIDGIN_TYPE_CONV_THEME, PidginConvThemePrivate))
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
39
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
40 /******************************************************************************
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
41 * Structs
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
42 *****************************************************************************/
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
43
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
44 typedef struct {
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
45 /* current config options */
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
46 char *variant; /* allowed to be NULL if there are no variants */
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
47 GList *variants;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
48
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
49 /* Info.plist keys/values */
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
50 GHashTable *info;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
51
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
52 /* caches */
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
53 char *template_html;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
54 char *header_html;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
55 char *footer_html;
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
56 char *topic_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
57 char *status_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
58 char *content_html;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
59 char *incoming_content_html;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
60 char *outgoing_content_html;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
61 char *incoming_next_content_html;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
62 char *outgoing_next_content_html;
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
63 char *incoming_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
64 char *outgoing_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
65 char *incoming_next_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
66 char *outgoing_next_context_html;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
67 char *basestyle_css;
32619
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
68 } PidginConvThemePrivate;
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
69
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
70 /******************************************************************************
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
71 * Enums
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
72 *****************************************************************************/
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
73
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
74 enum {
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
75 PROP_ZERO = 0,
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
76 PROP_INFO,
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
77 PROP_VARIANT,
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
78 PROP_LAST
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
79 };
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
80
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
81 /******************************************************************************
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
82 * Globals
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
83 *****************************************************************************/
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
84
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
85 static GObjectClass *parent_class = NULL;
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
86 #if GLIB_CHECK_VERSION(2,26,0)
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
87 static GParamSpec *properties[PROP_LAST];
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
88 #endif
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
89
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
90 /******************************************************************************
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
91 * Helper Functions
32619
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
92 *****************************************************************************/
17c27a527004 Add some boilerplate Conversation theme GObjects. These don't do
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
93
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
94 static const GValue *
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
95 get_key(PidginConvThemePrivate *priv, const char *key, gboolean specific)
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
96 {
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
97 GValue *val = NULL;
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
98
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
99 /* Try variant-specific key */
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
100 if (specific && priv->variant) {
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
101 char *name = g_strdup_printf("%s:%s", key, priv->variant);
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
102 val = g_hash_table_lookup(priv->info, name);
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
103 g_free(name);
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
104 }
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
105
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
106 /* Try generic key */
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
107 if (!val) {
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
108 val = g_hash_table_lookup(priv->info, key);
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
109 }
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
110
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
111 return val;
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
112 }
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
113
32821
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
114 /* The template path can either come from the theme, or can
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
115 * be stock Template.html that comes with Pidgin */
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
116 static char *
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
117 get_template_path(const char *dir)
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
118 {
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
119 char *file;
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
120
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
121 file = g_build_filename(dir, "Contents", "Resources", "Template.html", NULL);
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
122
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
123 if (!g_file_test(file, G_FILE_TEST_EXISTS)) {
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
124 g_free(file);
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
125 file = g_build_filename(DATADIR, "pidgin", "theme", "conversation", "Template.html", NULL);
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
126 }
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
127
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
128 return file;
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
129 }
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
130
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
131 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
132 get_template_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
133 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
134 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
135
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
136 if (priv->template_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
137 return priv->template_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
138
32821
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
139 file = get_template_path(dir);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
140
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
141 if (!g_file_get_contents(file, &priv->template_html, NULL, NULL)) {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
142 purple_debug_error("webkit", "Could not locate a Template.html (%s)\n", file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
143 priv->template_html = g_strdup("");
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
144 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
145 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
146
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
147 return priv->template_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
148 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
149
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
150 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
151 get_basestyle_css(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
152 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
153 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
154
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
155 if (priv->basestyle_css)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
156 return priv->basestyle_css;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
157
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
158 file = g_build_filename(dir, "Contents", "Resources", "main.css", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
159 if (!g_file_get_contents(file, &priv->basestyle_css, NULL, NULL))
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
160 priv->basestyle_css = g_strdup("");
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
161 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
162
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
163 return priv->basestyle_css;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
164 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
165
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
166 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
167 get_header_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
168 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
169 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
170
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
171 if (priv->header_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
172 return priv->header_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
173
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
174 file = g_build_filename(dir, "Contents", "Resources", "Header.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
175 if (!g_file_get_contents(file, &priv->header_html, NULL, NULL))
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
176 priv->header_html = g_strdup("");
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
177 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
178
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
179 return priv->header_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
180 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
181
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
182 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
183 get_footer_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
184 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
185 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
186
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
187 if (priv->footer_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
188 return priv->footer_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
189
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
190 file = g_build_filename(dir, "Contents", "Resources", "Footer.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
191 if (!g_file_get_contents(file, &priv->footer_html, NULL, NULL))
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
192 priv->footer_html = g_strdup("");
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
193 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
194
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
195 return priv->footer_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
196 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
197
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
198 static const char *
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
199 get_topic_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
200 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
201 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
202
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
203 if (priv->topic_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
204 return priv->topic_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
205
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
206 file = g_build_filename(dir, "Contents", "Resources", "Topic.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
207 if (!g_file_get_contents(file, &priv->topic_html, NULL, NULL)) {
32667
7b6ab83622db Add some missing newlines in debug output.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32659
diff changeset
208 purple_debug_info("webkit", "%s could not find Resources/Topic.html\n", dir);
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
209 priv->topic_html = g_strdup("");
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
210 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
211 g_free(file);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
212
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
213 return priv->topic_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
214 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
215
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
216 static const char *
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
217 get_content_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
218 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
219 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
220
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
221 if (priv->content_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
222 return priv->content_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
223
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
224 file = g_build_filename(dir, "Contents", "Resources", "Content.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
225 if (!g_file_get_contents(file, &priv->content_html, NULL, NULL)) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
226 purple_debug_info("webkit", "%s did not have a Content.html\n", dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
227 priv->content_html = g_strdup("");
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
228 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
229 g_free(file);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
230
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
231 return priv->content_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
232 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
233
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
234 static const char *
32670
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
235 get_status_html(PidginConvThemePrivate *priv, const char *dir)
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
236 {
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
237 char *file;
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
238
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
239 if (priv->status_html)
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
240 return priv->status_html;
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
241
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
242 file = g_build_filename(dir, "Contents", "Resources", "Status.html", NULL);
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
243 if (!g_file_get_contents(file, &priv->status_html, NULL, NULL)) {
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
244 purple_debug_info("webkit", "%s could not find Resources/Status.html\n", dir);
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
245 priv->status_html = g_strdup(get_content_html(priv, dir));
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
246 }
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
247 g_free(file);
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
248
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
249 return priv->status_html;
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
250 }
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
251
e51f656d74e5 Fix fallback of Status.html to Content.html.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32667
diff changeset
252 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
253 get_incoming_content_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
254 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
255 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
256
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
257 if (priv->incoming_content_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
258 return priv->incoming_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
259
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
260 file = g_build_filename(dir, "Contents", "Resources", "Incoming", "Content.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
261 if (!g_file_get_contents(file, &priv->incoming_content_html, NULL, NULL)) {
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
262 purple_debug_info("webkit", "%s did not have a Incoming/Content.html\n", dir);
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
263 priv->incoming_content_html = g_strdup(get_content_html(priv, dir));
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
264 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
265 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
266
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
267 return priv->incoming_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
268 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
269
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
270 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
271 get_incoming_next_content_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
272 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
273 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
274
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
275 if (priv->incoming_next_content_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
276 return priv->incoming_next_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
277
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
278 file = g_build_filename(dir, "Contents", "Resources", "Incoming", "NextContent.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
279 if (!g_file_get_contents(file, &priv->incoming_next_content_html, NULL, NULL)) {
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
280 priv->incoming_next_content_html = g_strdup(get_incoming_content_html(priv, dir));
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
281 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
282 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
283
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
284 return priv->incoming_next_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
285 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
286
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
287 static const char *
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
288 get_incoming_context_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
289 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
290 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
291
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
292 if (priv->incoming_context_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
293 return priv->incoming_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
294
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
295 file = g_build_filename(dir, "Contents", "Resources", "Incoming", "Context.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
296 if (!g_file_get_contents(file, &priv->incoming_context_html, NULL, NULL)) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
297 purple_debug_info("webkit", "%s did not have a Incoming/Context.html\n", dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
298 priv->incoming_context_html = g_strdup(get_incoming_content_html(priv, dir));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
299 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
300 g_free(file);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
301
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
302 return priv->incoming_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
303 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
304
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
305 static const char *
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
306 get_incoming_next_context_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
307 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
308 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
309
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
310 if (priv->incoming_next_context_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
311 return priv->incoming_next_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
312
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
313 file = g_build_filename(dir, "Contents", "Resources", "Incoming", "NextContext.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
314 if (!g_file_get_contents(file, &priv->incoming_next_context_html, NULL, NULL)) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
315 priv->incoming_next_context_html = g_strdup(get_incoming_context_html(priv, dir));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
316 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
317 g_free(file);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
318
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
319 return priv->incoming_next_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
320 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
321
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
322 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
323 get_outgoing_content_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
324 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
325 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
326
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
327 if (priv->outgoing_content_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
328 return priv->outgoing_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
329
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
330 file = g_build_filename(dir, "Contents", "Resources", "Outgoing", "Content.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
331 if (!g_file_get_contents(file, &priv->outgoing_content_html, NULL, NULL)) {
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
332 priv->outgoing_content_html = g_strdup(get_incoming_content_html(priv, dir));
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
333 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
334 g_free(file);
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
335
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
336 return priv->outgoing_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
337 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
338
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
339 static const char *
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
340 get_outgoing_next_content_html(PidginConvThemePrivate *priv, const char *dir)
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
341 {
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
342 char *file;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
343
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
344 if (priv->outgoing_next_content_html)
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
345 return priv->outgoing_next_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
346
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
347 file = g_build_filename(dir, "Contents", "Resources", "Outgoing", "NextContent.html", NULL);
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
348 if (!g_file_get_contents(file, &priv->outgoing_next_content_html, NULL, NULL)) {
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
349 priv->outgoing_next_content_html = g_strdup(get_outgoing_content_html(priv, dir));
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
350 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
351
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
352 return priv->outgoing_next_content_html;
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
353 }
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
354
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
355 static const char *
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
356 get_outgoing_context_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
357 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
358 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
359
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
360 if (priv->outgoing_context_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
361 return priv->outgoing_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
362
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
363 file = g_build_filename(dir, "Contents", "Resources", "Outgoing", "Context.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
364 if (!g_file_get_contents(file, &priv->outgoing_context_html, NULL, NULL)) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
365 priv->outgoing_context_html = g_strdup(get_incoming_context_html(priv, dir));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
366 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
367 g_free(file);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
368
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
369 return priv->outgoing_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
370 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
371
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
372 static const char *
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
373 get_outgoing_next_context_html(PidginConvThemePrivate *priv, const char *dir)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
374 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
375 char *file;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
376
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
377 if (priv->outgoing_next_context_html)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
378 return priv->outgoing_next_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
379
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
380 file = g_build_filename(dir, "Contents", "Resources", "Outgoing", "NextContext.html", NULL);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
381 if (!g_file_get_contents(file, &priv->outgoing_next_context_html, NULL, NULL)) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
382 priv->outgoing_next_context_html = g_strdup(get_outgoing_context_html(priv, dir));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
383 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
384
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
385 return priv->outgoing_next_context_html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
386 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
387
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
388 static void
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
389 _set_variant(PidginConvTheme *theme, const char *variant)
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
390 {
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
391 PidginConvThemePrivate *priv;
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
392 const GValue *val;
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
393 char *prefname;
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
394
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
395 g_return_if_fail(theme != NULL);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
396 g_return_if_fail(variant != NULL);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
397
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
398 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
399
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
400 g_free(priv->variant);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
401 priv->variant = g_strdup(variant);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
402
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
403 val = get_key(priv, "CFBundleIdentifier", FALSE);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
404 prefname = g_strdup_printf(PIDGIN_PREFS_ROOT "/conversations/themes/%s/variant",
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
405 g_value_get_string(val));
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
406 purple_prefs_set_string(prefname, variant);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
407 g_free(prefname);
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
408 }
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
409
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
410 /******************************************************************************
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
411 * GObject Stuff
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
412 *****************************************************************************/
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
413
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
414 static void
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
415 pidgin_conv_theme_get_property(GObject *obj, guint param_id, GValue *value,
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
416 GParamSpec *psec)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
417 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
418 PidginConvTheme *theme = PIDGIN_CONV_THEME(obj);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
419
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
420 switch (param_id) {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
421 case PROP_INFO:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
422 g_value_set_boxed(value, (gpointer)pidgin_conversation_theme_get_info(theme));
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
423 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
424
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
425 case PROP_VARIANT:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
426 g_value_set_string(value, pidgin_conversation_theme_get_variant(theme));
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
427 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
428
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
429 default:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
430 G_OBJECT_WARN_INVALID_PROPERTY_ID(obj, param_id, psec);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
431 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
432 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
433 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
434
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
435 static void
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
436 pidgin_conv_theme_set_property(GObject *obj, guint param_id, const GValue *value,
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
437 GParamSpec *psec)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
438 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
439 PidginConvTheme *theme = PIDGIN_CONV_THEME(obj);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
440
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
441 switch (param_id) {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
442 case PROP_INFO:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
443 pidgin_conversation_theme_set_info(theme, g_value_get_boxed(value));
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
444 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
445
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
446 case PROP_VARIANT:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
447 _set_variant(theme, g_value_get_string(value));
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
448 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
449
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
450 default:
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
451 G_OBJECT_WARN_INVALID_PROPERTY_ID(obj, param_id, psec);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
452 break;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
453 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
454 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
455
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
456 static void
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
457 pidgin_conv_theme_init(GTypeInstance *instance,
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
458 gpointer klass)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
459 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
460 PidginConvThemePrivate *priv;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
461
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
462 priv = PIDGIN_CONV_THEME_GET_PRIVATE(instance);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
463 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
464
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
465 static void
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
466 pidgin_conv_theme_finalize(GObject *obj)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
467 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
468 PidginConvThemePrivate *priv;
32683
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
469 GList *list;
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
470
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
471 priv = PIDGIN_CONV_THEME_GET_PRIVATE(obj);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
472
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
473 g_free(priv->template_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
474 g_free(priv->header_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
475 g_free(priv->footer_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
476 g_free(priv->topic_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
477 g_free(priv->status_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
478 g_free(priv->content_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
479 g_free(priv->incoming_content_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
480 g_free(priv->outgoing_content_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
481 g_free(priv->incoming_next_content_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
482 g_free(priv->outgoing_next_content_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
483 g_free(priv->incoming_context_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
484 g_free(priv->outgoing_context_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
485 g_free(priv->incoming_next_context_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
486 g_free(priv->outgoing_next_context_html);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
487 g_free(priv->basestyle_css);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
488
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
489 if (priv->info)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
490 g_hash_table_destroy(priv->info);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
491
32683
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
492 list = priv->variants;
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
493 while (list) {
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
494 g_free(list->data);
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
495 list = g_list_delete_link(list, list);
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
496 }
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
497 g_free(priv->variant);
a7f0fdce9a0e Don't leak variant name and list.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32682
diff changeset
498
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
499 parent_class->finalize(obj);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
500 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
501
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
502 static void
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
503 pidgin_conv_theme_class_init(PidginConvThemeClass *klass)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
504 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
505 GObjectClass *obj_class = G_OBJECT_CLASS(klass);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
506 GParamSpec *pspec;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
507
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
508 parent_class = g_type_class_peek_parent(klass);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
509
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
510 g_type_class_add_private(klass, sizeof(PidginConvThemePrivate));
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
511
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
512 obj_class->get_property = pidgin_conv_theme_get_property;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
513 obj_class->set_property = pidgin_conv_theme_set_property;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
514 obj_class->finalize = pidgin_conv_theme_finalize;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
515
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
516 /* INFO */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
517 pspec = g_param_spec_boxed("info", "Info",
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
518 "The information about this theme",
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
519 G_TYPE_HASH_TABLE,
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
520 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
521 g_object_class_install_property(obj_class, PROP_INFO, pspec);
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
522 #if GLIB_CHECK_VERSION(2,26,0)
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
523 properties[PROP_INFO] = pspec;
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
524 #endif
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
525
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
526 /* VARIANT */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
527 pspec = g_param_spec_string("variant", "Variant",
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
528 "The current variant for this theme",
32727
7ccd24d49904 The variant property is not construct-only.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32684
diff changeset
529 NULL, G_PARAM_READWRITE);
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
530 g_object_class_install_property(obj_class, PROP_VARIANT, pspec);
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
531 #if GLIB_CHECK_VERSION(2,26,0)
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
532 properties[PROP_VARIANT] = pspec;
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
533 #endif
32682
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
534 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
535
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
536 GType
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
537 pidgin_conversation_theme_get_type(void)
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
538 {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
539 static GType type = 0;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
540 if (type == 0) {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
541 static const GTypeInfo info = {
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
542 sizeof(PidginConvThemeClass),
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
543 NULL, /* base_init */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
544 NULL, /* base_finalize */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
545 (GClassInitFunc)pidgin_conv_theme_class_init, /* class_init */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
546 NULL, /* class_finalize */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
547 NULL, /* class_data */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
548 sizeof(PidginConvTheme),
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
549 0, /* n_preallocs */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
550 pidgin_conv_theme_init, /* instance_init */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
551 NULL, /* value table */
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
552 };
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
553 type = g_type_register_static(PURPLE_TYPE_THEME,
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
554 "PidginConvTheme", &info, 0);
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
555 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
556 return type;
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
557 }
5cf6c4a8dcab Rearrange to drop the prototypes.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32681
diff changeset
558
32629
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
559 /*****************************************************************************
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
560 * Public API functions
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
561 *****************************************************************************/
dc835fb3dcd3 Copy theme-to-conversation loading stuff into the GObject code.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32623
diff changeset
562
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
563 const GHashTable *
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
564 pidgin_conversation_theme_get_info(const PidginConvTheme *theme)
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
565 {
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
566 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
567
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
568 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
569
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
570 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
571 return priv->info;
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
572 }
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
573
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
574 void
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
575 pidgin_conversation_theme_set_info(PidginConvTheme *theme, GHashTable *info)
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
576 {
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
577 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
578
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
579 g_return_if_fail(theme != NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
580
32630
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
581 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
582
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
583 if (priv->info)
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
584 g_hash_table_destroy(priv->info);
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
585
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
586 priv->info = info;
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
587 }
2ca29cd62db8 Move conversation theme loading into the PidginConvThemeLoader GObject
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32629
diff changeset
588
32656
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
589 const GValue *
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
590 pidgin_conversation_theme_lookup(PidginConvTheme *theme, const char *key, gboolean specific)
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
591 {
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
592 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
593
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
594 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
595
32656
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
596 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
597
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
598 return get_key(priv, key, specific);
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
599 }
79d48418ba0b Add a function for lookup of Info.plist entries.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32654
diff changeset
600
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
601 const char *
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
602 pidgin_conversation_theme_get_template(PidginConvTheme *theme, PidginConvThemeTemplateType type)
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
603 {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
604 PidginConvThemePrivate *priv;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
605 const char *dir;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
606 const char *html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
607
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
608 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
609
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
610 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
611 dir = purple_theme_get_dir(PURPLE_THEME(theme));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
612
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
613 switch (type) {
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
614 case PIDGIN_CONVERSATION_THEME_TEMPLATE_MAIN:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
615 html = get_template_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
616 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
617 case PIDGIN_CONVERSATION_THEME_TEMPLATE_HEADER:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
618 html = get_header_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
619 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
620 case PIDGIN_CONVERSATION_THEME_TEMPLATE_FOOTER:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
621 html = get_footer_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
622 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
623 case PIDGIN_CONVERSATION_THEME_TEMPLATE_TOPIC:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
624 html = get_topic_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
625 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
626 case PIDGIN_CONVERSATION_THEME_TEMPLATE_STATUS:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
627 html = get_status_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
628 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
629 case PIDGIN_CONVERSATION_THEME_TEMPLATE_CONTENT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
630 html = get_content_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
631 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
632 case PIDGIN_CONVERSATION_THEME_TEMPLATE_INCOMING_CONTENT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
633 html = get_incoming_content_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
634 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
635 case PIDGIN_CONVERSATION_THEME_TEMPLATE_INCOMING_NEXT_CONTENT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
636 html = get_incoming_next_content_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
637 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
638 case PIDGIN_CONVERSATION_THEME_TEMPLATE_INCOMING_CONTEXT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
639 html = get_incoming_context_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
640 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
641 case PIDGIN_CONVERSATION_THEME_TEMPLATE_INCOMING_NEXT_CONTEXT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
642 html = get_incoming_next_context_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
643 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
644 case PIDGIN_CONVERSATION_THEME_TEMPLATE_OUTGOING_CONTENT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
645 html = get_outgoing_content_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
646 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
647 case PIDGIN_CONVERSATION_THEME_TEMPLATE_OUTGOING_NEXT_CONTENT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
648 html = get_outgoing_next_content_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
649 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
650 case PIDGIN_CONVERSATION_THEME_TEMPLATE_OUTGOING_CONTEXT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
651 html = get_outgoing_context_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
652 break;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
653 case PIDGIN_CONVERSATION_THEME_TEMPLATE_OUTGOING_NEXT_CONTEXT:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
654 html = get_outgoing_next_context_html(priv, dir);
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
655 break;
32657
ceae9fb7ae0b Add template lookup for 'basestyle' CSS.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32656
diff changeset
656 case PIDGIN_CONVERSATION_THEME_TEMPLATE_BASESTYLE_CSS:
ceae9fb7ae0b Add template lookup for 'basestyle' CSS.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32656
diff changeset
657 html = get_basestyle_css(priv, dir);
ceae9fb7ae0b Add template lookup for 'basestyle' CSS.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32656
diff changeset
658 break;
32654
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
659 default:
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
660 purple_debug_error("gtkconv-theme",
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
661 "Requested invalid template type (%d) for theme %s.\n",
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
662 type, purple_theme_get_name(PURPLE_THEME(theme)));
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
663 html = NULL;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
664 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
665
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
666 return html;
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
667 }
3294e08d7466 Add an accessor for template data. Also, fix some fallbacks.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32649
diff changeset
668
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
669 void
32647
3e27c95ab8e6 Fix a leak. pidgin_conversation_theme_add_variant should only be
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32646
diff changeset
670 pidgin_conversation_theme_add_variant(PidginConvTheme *theme, char *variant)
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
671 {
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
672 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
673
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
674 g_return_if_fail(theme != NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
675 g_return_if_fail(variant != NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
676
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
677 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
678
32647
3e27c95ab8e6 Fix a leak. pidgin_conversation_theme_add_variant should only be
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32646
diff changeset
679 priv->variants = g_list_prepend(priv->variants, variant);
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
680 }
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
681
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
682 const char *
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
683 pidgin_conversation_theme_get_variant(PidginConvTheme *theme)
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
684 {
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
685 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
686
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
687 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
688
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
689 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
690
32684
459ffa11348e Fix a leak. This strdup shouldn't be here.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32683
diff changeset
691 return priv->variant;
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
692 }
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
693
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
694 void
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
695 pidgin_conversation_theme_set_variant(PidginConvTheme *theme, const char *variant)
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
696 {
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
697 _set_variant(theme, variant);
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
698 #if GLIB_CHECK_VERSION(2,26,0)
32681
be14cf8a4c91 Make the current variant a property.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32670
diff changeset
699 g_object_notify_by_pspec(G_OBJECT(theme), properties[PROP_VARIANT]);
32728
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
700 #else
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
701 g_object_notify(G_OBJECT(theme), "variant");
f28a09bfe22c Fix compile with glib<2.26.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32727
diff changeset
702 #endif
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
703 }
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
704
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
705 const GList *
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
706 pidgin_conversation_theme_get_variants(PidginConvTheme *theme)
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
707 {
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
708 PidginConvThemePrivate *priv;
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
709
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
710 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
711
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
712 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
713
32645
a7a6770f26e2 Load the list of variants when building the theme.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32644
diff changeset
714 return priv->variants;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
715 }
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
716
32658
90264301600f Apply conversation theme when opening the GTK conversation. All the
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32657
diff changeset
717 char *
90264301600f Apply conversation theme when opening the GTK conversation. All the
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32657
diff changeset
718 pidgin_conversation_theme_get_template_path(PidginConvTheme *theme)
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
719 {
32658
90264301600f Apply conversation theme when opening the GTK conversation. All the
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32657
diff changeset
720 const char *dir;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
721
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
722 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
723
32658
90264301600f Apply conversation theme when opening the GTK conversation. All the
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32657
diff changeset
724 dir = purple_theme_get_dir(PURPLE_THEME(theme));
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
725
32821
5111d364fa49 Fix fallback to builtin Template.html file.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32728
diff changeset
726 return get_template_path(dir);
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
727 }
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
728
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
729 char *
32658
90264301600f Apply conversation theme when opening the GTK conversation. All the
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32657
diff changeset
730 pidgin_conversation_theme_get_css_path(PidginConvTheme *theme)
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
731 {
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
732 PidginConvThemePrivate *priv;
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
733 const char *dir;
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
734
32659
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
735 g_return_val_if_fail(theme != NULL, NULL);
3af16402f176 Add some NULL checks. Now it should not crash even if you don't have
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32658
diff changeset
736
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
737 priv = PIDGIN_CONV_THEME_GET_PRIVATE(theme);
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
738
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
739 dir = purple_theme_get_dir(PURPLE_THEME(theme));
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
740 if (!priv->variant) {
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
741 return g_build_filename(dir, "Contents", "Resources", "main.css", NULL);
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
742 } else {
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
743 char *file = g_strdup_printf("%s.css", priv->variant);
32641
7219f52cdfa3 Lookup style key information from the hash table instead of the struct
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32633
diff changeset
744 char *ret = g_build_filename(dir, "Contents", "Resources", "Variants", file, NULL);
32623
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
745 g_free(file);
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
746 return ret;
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
747 }
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
748 }
2e8c905a5e74 Attempt to move the message style object from the plugin into the new
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 32622
diff changeset
749