Source/AIBorderlessListController.m
changeset 2557 77528d1c767b
parent 375 2cfd66328ee2
child 2937 6018d546f035
     1.1 --- a/Source/AIBorderlessListController.m	Wed Oct 15 00:45:07 2008 +0000
     1.2 +++ b/Source/AIBorderlessListController.m	Mon Jul 27 16:27:22 2009 -0500
     1.3 @@ -33,12 +33,12 @@
     1.4  	[self reloadListObject:nil];
     1.5  }
     1.6  /*!
     1.7 - * @brief When the contact order changes, check to ensure we have 1 or more visible rows
     1.8 + * @brief When asked to reload a list object, check to ensure we have 1 or more visible rows
     1.9   *
    1.10   * If we have no rows visible, hide the contact list, redisplaying it when rows are visible again.
    1.11   * orderOut: doesn't appear to work for borderless windows, so we just go to an alpha value of 0.
    1.12   */
    1.13 -- (void)contactOrderChanged:(NSNotification *)notification
    1.14 +- (void)reloadListObject:(NSNotification *)notification
    1.15  {
    1.16  	[super reloadListObject:notification];
    1.17