[tracker/playlist] squash
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/playlist] squash
- Date: Fri, 11 Jun 2010 08:28:13 +0000 (UTC)
commit df209ed4fb5a6b92bbc31b73d82f31cec9e2fc38
Author: Philip Van Hoof <philip codeminded be>
Date: Fri Jun 11 10:26:35 2010 +0200
squash
src/tracker-store/tracker-resource-class.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-store/tracker-resource-class.c b/src/tracker-store/tracker-resource-class.c
index 7b8066a..88b54c2 100644
--- a/src/tracker-store/tracker-resource-class.c
+++ b/src/tracker-store/tracker-resource-class.c
@@ -39,7 +39,8 @@
#define TRACKER_RESOURCE_CLASS_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), TRACKER_TYPE_RESOURCE_CLASS, TrackerResourceClassPrivate))
typedef struct {
- gchar *rdf_class, *dbus_path;
+ gchar *rdf_class;
+ gchar *dbus_path;
GPtrArray *adds, *ups, *dels;
GStringChunk *changed_strings;
DBusConnection *connection;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]