diff options
author | Robert Xu <robxu9@gmail.com> | 2011-11-10 18:04:39 -0500 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-11-10 18:04:39 -0500 |
commit | 21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 (patch) | |
tree | 2cfb64c59322628e613ed0895e3c3694d3abe6bd /opensuse/tdebase/remove-beagle-stuff.diff | |
parent | 8667643bff14a60d8571c599efd3e48bed3e3b12 (diff) | |
download | tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.tar.gz tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.zip |
initial commit to suse branch: eclipse integration
Diffstat (limited to 'opensuse/tdebase/remove-beagle-stuff.diff')
-rw-r--r-- | opensuse/tdebase/remove-beagle-stuff.diff | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/opensuse/tdebase/remove-beagle-stuff.diff b/opensuse/tdebase/remove-beagle-stuff.diff deleted file mode 100644 index 94b243d9d..000000000 --- a/opensuse/tdebase/remove-beagle-stuff.diff +++ /dev/null @@ -1,34 +0,0 @@ -a "make it compile " patch from Stephan Binner - ---- kicker/kicker/plugins/beaglesearch.cpp -+++ kicker/kicker/plugins/beaglesearch.cpp -@@ -291,11 +291,11 @@ - beagle_query_set_max_hits (beagle_query, max_hits_per_source); // this is per source! - - kdDebug () << "Creating query from \"" << query_str << "\"" << endl; -- for ( QStringList::Iterator it = sources_menu.begin(); it != sources_menu.end(); ++it ) -+ /* for ( QStringList::Iterator it = sources_menu.begin(); it != sources_menu.end(); ++it ) - beagle_query_add_source (beagle_query, g_strdup ((*it).utf8 ())); - - for ( QStringList::Iterator it = types_menu.begin(); it != types_menu.end(); ++it ) -- beagle_query_add_hit_type (beagle_query, g_strdup ((*it).utf8 ())); -+ beagle_query_add_hit_type (beagle_query, g_strdup ((*it).utf8 ()));*/ - - QStringList query_terms; - QString start_date, end_date; -@@ -307,13 +307,13 @@ - else if (key_value_pair.count () == 2) { - QString key = key_value_pair [0].lower (); - QString value = key_value_pair [1]; -- if (key == "mime") -+ if /*(key == "mime") - beagle_query_add_mime_type (beagle_query, g_strdup (value.utf8 ())); - else if (key == "type") - beagle_query_add_hit_type (beagle_query, g_strdup (value.utf8 ())); - else if (key == "source") - beagle_query_add_source (beagle_query, g_strdup (value.utf8 ())); -- else if (key == "start") -+ else if */ (key == "start") - start_date = value; - else if (key == "end") - end_date = value; |