Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:kssingvo
bidwatcher
bidwatcher-1.3.17-colors.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bidwatcher-1.3.17-colors.patch of Package bidwatcher
--- bidwatcher-1.3.17/bidwatcher.cpp.orig 2005-02-21 16:28:19.000000000 +0100 +++ bidwatcher-1.3.17/bidwatcher.cpp 2005-02-21 17:46:05.235582155 +0100 @@ -126,10 +126,10 @@ color_back1={0,59000,59000,60000}, color_back2={0,60000,60000,50000}, color_none={0,175*256,0,175*256}; -#define NUMCOLORS 8 +#define NUMCOLORS 9 GdkColor *colors[NUMCOLORS] = {&color_far, &color_near, &color_gone, &color_win, &color_willwin, &color_lose, - &color_back1, &color_back2}; + &color_back1, &color_back2, &color_none}; GtkStyle *greenstyle, *redstyle, *yellowstyle, *clean14style; GtkStyle *wgreenstyle, *wredstyle, *wyellowstyle; @@ -1565,6 +1565,9 @@ case 7: color_button = gtk_button_new_with_label ("Color_back2"); break; + case 8: + color_button = gtk_button_new_with_label ("Color_none"); + break; } gtk_object_set_user_data (GTK_OBJECT (color_button), colors[x]); gtk_container_add (GTK_CONTAINER (color_ended_box), color_button); @@ -4045,7 +4048,7 @@ else if ( strstr(auction[i]->Feedbackn,"NONE") != NULL) theColor = &color_none; else theColor = &color_far; - if (auction[i]->isEndless) theColor = &color_near; +// if (auction[i]->isEndless) theColor = &color_near; // if there is a price, then there maybe flags to associate with it char price[80]; @@ -4372,7 +4375,7 @@ else if ( strstr(auction[i]->Feedbackn,"NONE") != NULL) theColor = &color_none; else theColor = &color_far; - if (auction[i]->isEndless) theColor = &color_near; +// if (auction[i]->isEndless) theColor = &color_near; // if there is a price, the auction may have flags to associate with it char price[80];
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor