Changeset 2495 for trunk/jons-gtk-gui

Show
Ignore:
Timestamp:
03/04/01 01:23:56 (8 years ago)
Author:
emojon
Message:

Max length of UIN bug fixed, increased it for those new higher numbers.

Fixed spacing in convo window if no timestamp is going to be shown.

Location:
trunk/jons-gtk-gui/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/jons-gtk-gui/src/convo.cpp

    r2454 r2495  
    471471        g_free(szTempStamp); 
    472472    } 
     473    else 
     474    { 
     475        gtk_text_insert(GTK_TEXT(c->text), 0, red, 0, " : ", -1); 
     476    } 
    473477 
    474478    switch (u_event->SubCommand()) 
  • trunk/jons-gtk-gui/src/licq_gtk.h

    r2445 r2495  
    3535 
    3636/* Program used constants */ 
    37 const int MAX_LENGTH_UIN = 8; 
     37const int MAX_LENGTH_UIN = 10; 
    3838 
    3939/********** Structures ******************/