comparison src/scrobbler/configure.c @ 3150:062f42c3737e

Fix possible crash in scrobbler plugin
author Tomasz Mon <desowin@gmail.com>
date Tue, 12 May 2009 08:30:43 +0200
parents 5a11abf0075c
children
comparison
equal deleted inserted replaced
3149:4b50e2a0ae1f 3150:062f42c3737e
16 #include <gdk/gdkkeysyms.h> 16 #include <gdk/gdkkeysyms.h>
17 #include <gtk/gtk.h> 17 #include <gtk/gtk.h>
18 18
19 #include "configure.h" 19 #include "configure.h"
20 #include "plugin.h" 20 #include "plugin.h"
21
22 #define LASTFM_HS_URL "http://post.audioscrobbler.com"
23 21
24 GtkWidget *entry1, *entry2, *entry3, *ge_entry1, *ge_entry2, *cfgdlg; 22 GtkWidget *entry1, *entry2, *entry3, *ge_entry1, *ge_entry2, *cfgdlg;
25 static GdkColor disabled_color; 23 static GdkColor disabled_color;
26 guint apply_timeout = 0; /* ID of timeout to save new config */ 24 guint apply_timeout = 0; /* ID of timeout to save new config */
27 gboolean running = TRUE; /* if plugin threads are running */ 25 gboolean running = TRUE; /* if plugin threads are running */