By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)kcontrol/clock/main.cpp.orig (+5 lines)
Lines 80-87 Link Here
80
void KclockModule::save()
80
void KclockModule::save()
81
{
81
{
82
//  The order here is important
82
//  The order here is important
83
#ifdef __OpenBSD__
84
  tzone->save();
83
  dtime->save();
85
  dtime->save();
86
#else
87
  dtime->save();
84
  tzone->save();
88
  tzone->save();
89
#endif
85
90
86
  // Tell the clock applet about the change so that it can update its timezone
91
  // Tell the clock applet about the change so that it can update its timezone
87
  kapp->dcopClient()->send( "kicker", "ClockApplet", "reconfigure()", TQByteArray() );
92
  kapp->dcopClient()->send( "kicker", "ClockApplet", "reconfigure()", TQByteArray() );

Return to bug 2110