Author: jerome
Date: 2009-10-20 15:30:31 +0200 (Tue, 20 Oct 2009)
New Revision: 5751
Modified:
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/PluginFacebookConfiguration.java
Log:
* Updated plugin configuration to match new FB plugin options.
Modified:
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/PluginFacebookConfiguration.java
===================================================================
---
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/PluginFacebookConfiguration.java
2009-10-20 13:28:30 UTC (rev 5750)
+++
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/PluginFacebookConfiguration.java
2009-10-20 13:30:31 UTC (rev 5751)
@@ -34,7 +34,30 @@
private boolean showEventsInvites = true;
private boolean notifyEmail = true;
+ private String statusText = "Hello all from my Tux Droid Facebook
gadget";
+
+
/**
+ * Return the user feed to update.
+ * @return
+ */
+ public String getStatusText()
+ {
+ return this.statusText;
+ }
+
+
+ /**
+ * Set the user feed.
+ * @param aLogin
+ */
+ public void setStatusText(String aStatusText)
+ {
+ this.statusText = aStatusText;
+ }
+
+
+ /**
* Return the user login.
* @return
*/
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn