Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30448
Collapse All | Expand All

(-)monkey-bubble-0.1.5/src/view/gdk-view.c.orig (-6 / +4 lines)
Lines 934-947 Link Here
934
934
935
935
936
void gdk_view_set_score(GdkView * d,int score) {
936
void gdk_view_set_score(GdkView * d,int score) {
937
	 Block * block;
937
  Block * block;
938
  g_assert(IS_GDK_VIEW(d));
939
  gdk_view_clear_score(d);
940
941
942
  int pre_score;
938
  int pre_score;
943
  int i = 0;
939
  int i = 0;
944
  
940
941
  g_assert(IS_GDK_VIEW(d));
942
  gdk_view_clear_score(d);
945
943
946
  if( score != 0 ) {
944
  if( score != 0 ) {
947
945

Return to bug 30448