Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45095 | Differences between
and this patch

Collapse All | Expand All

(-)f-spot-0.1.0/src/MainWindow.cs (-1 / +1 lines)
Lines 1124-1130 Link Here
1124
                new About ("F-Spot", 
1124
                new About ("F-Spot", 
1125
			   FSpot.Defines.VERSION, 
1125
			   FSpot.Defines.VERSION, 
1126
			   "Copyright 2003-2005 Novell Inc.",
1126
			   "Copyright 2003-2005 Novell Inc.",
1127
                           null, authors, null, translators, null).Show();
1127
                           null, authors, new string[0], translators, null).Show();
1128
	}
1128
	}
1129
1129
1130
	void HandleArrangeByTime (object sender, EventArgs args)
1130
	void HandleArrangeByTime (object sender, EventArgs args)

Return to bug 45095