~ubuntu-branches/ubuntu/lucid/gecko-mediaplayer/lucid-proposed

« back to all changes in this revision

Viewing changes to src/libgmlib/gm_parse.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-09-24 13:55:35 UTC
  • mfrom: (0.2.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090924135535-99jk1ar22n70h95j
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
{
77
77
    gchar *value;
78
78
    gint i = 0;
79
 
    gchar *ptr;
80
 
        ASXCallback *asx_callback = user_data; // g_markup_parse_context_get_user_data(context);
 
79
    ASXCallback *asx_callback = user_data; // g_markup_parse_context_get_user_data(context);
81
80
        
82
81
        if (g_ascii_strcasecmp(element_name, "REF") == 0 ||
83
82
        g_ascii_strcasecmp(element_name, "ENTRYREF") == 0) {
118
117
 
119
118
    gchar *line = NULL;
120
119
    gchar *newline = NULL;
121
 
    gchar *line_uri = NULL;
122
 
    gchar **parse;
123
 
    gint playlist = 0;
124
120
    gboolean ret = FALSE;
125
121
 
126
122
#ifdef GIO_ENABLED