Fix last warnings on linux

This commit is contained in:
Hylke Bons 2011-11-13 18:50:24 +00:00
parent 862de9828c
commit 5429d38cdf
2 changed files with 1 additions and 4 deletions

View file

@ -97,9 +97,6 @@ namespace SparkleShare {
private void CreateAbout ()
{
Gdk.Color color = Style.Foreground (StateType.Insensitive);
string secondary_text_color = SparkleUIHelpers.GdkColorToHex (color);
Label version = new Label () {
Markup = "<span font_size='small' fgcolor='white'>" +
"version " + Controller.RunningVersion +

View file

@ -218,7 +218,7 @@ namespace SparkleShare {
TreeSelection selection = (sender as TreeView).Selection;
selection.GetSelected (out model, out iter);
SparklePlugin plugin = (SparklePlugin) model.GetValue (iter, 2);
// SparklePlugin plugin = (SparklePlugin) model.GetValue (iter, 2);
int selected_path = int.Parse (model.GetPath (iter).ToString ());
Controller.SelectedPluginChanged (selected_path);