commit d4e665b59a73d43a8a8be7d428cb1ccef9e80d96
Author: Daniele Forsi <da...@fo...>
Date: Thu Feb 28 21:57:58 2013 +0100
Revert "Fix showing tracks of selected artist on 64-bit systems"
This reverts commit 3732944d096943125e4a51f753644a00726acc68.
plugins/sorttab_display/normal_sorttab_page.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/sorttab_display/normal_sorttab_page.c b/plugins/sorttab_display/normal_sorttab_page.c
index 0fb3286..ee00304 100644
--- a/plugins/sorttab_display/normal_sorttab_page.c
+++ b/plugins/sorttab_display/normal_sorttab_page.c
@@ -66,7 +66,7 @@ struct _NormalSortTabPagePrivate {
* Handler id of the idle callback when the selection
* changed callback is executed
*/
- gulong selection_changed_idle_id;
+ guint selection_changed_idle_id;
/* name of entry last selected */
GList *last_selection;
|