~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: (1.1.14 upstream) (0.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20090924135535-ftwq9l1ntkt9tdfp
Tags: 0.9.8-1ubuntu1
* Merge from debian unstable (LP: #434106), remaining changes:
  - change Build-Depends iceape-dev to libxul-dev

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