soc.2009.webkitmessageview: 8ef014fc: get_theme_files --> get_variant_files.
tdrhq at soc.pidgin.im
tdrhq at soc.pidgin.im
Tue Aug 25 12:03:32 EDT 2009
-----------------------------------------------------------------
Revision: 8ef014fc756bd904979ecffed1b0ff91e204724b
Ancestor: 385b672f37ae088cf2fd4cf4d8b22e71a63129aa
Author: tdrhq at soc.pidgin.im
Date: 2009-08-10T07:49:37
Branch: im.pidgin.soc.2009.webkitmessageview
URL: http://d.pidgin.im/viewmtn/revision/info/8ef014fc756bd904979ecffed1b0ff91e204724b
Modified files:
pidgin/plugins/adiumthemes/webkit.c
ChangeLog:
get_theme_files --> get_variant_files.
-------------- next part --------------
============================================================
--- pidgin/plugins/adiumthemes/webkit.c 6105e117d4c615581c72f9fa5e0245ec1a049b5e
+++ pidgin/plugins/adiumthemes/webkit.c 84ac5b9752fd1feb038d24be24208d331baf023d
@@ -591,7 +591,7 @@ static GList*
* Get each of the files corresponding to each variant.
*/
static GList*
-get_theme_files(PidginMessageStyle *style)
+get_variant_files(PidginMessageStyle *style)
{
GList *ret = NULL;
GDir *variants;
@@ -637,7 +637,7 @@ variant_set_default (PidginMessageStyle*
css_path = NULL;
}
- all = get_theme_files (style);
+ all = get_variant_files (style);
if (all) {
style->css_path = g_strdup (all->data);
@@ -789,7 +789,7 @@ get_config_frame(PurplePlugin *plugin)
get_config_frame(PurplePlugin *plugin)
{
PidginMessageStyle *style = pidgin_message_style_load (cur_style_dir);
- GList *variants = get_theme_files(style);
+ GList *variants = get_variant_files(style);
GList *iter = variants;
char *curdir = NULL;
GtkWidget *combobox = gtk_combo_box_new_text();
More information about the Commits
mailing list