mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
Monotone-Parent: 7bda5d0bcc52310197f6e288ad47b666b8ef233f
Monotone-Revision: 3a31a033b59d9411c88e9a556ed61646e1ad732a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T21:27:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-08-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Common/UIxSortableTableHeader.m: moved from MailerUI to
|
||||
Common so that other modules can use it.
|
||||
|
||||
* UI/Contacts/UIxContactsListViewContainer.m: container to make it
|
||||
easier to manage both ajax and non-ajax requests.
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <NGObjWeb/SoComponent.h>
|
||||
|
||||
/*
|
||||
UIxMailSortableTableHeader
|
||||
UIxSortableTableHeader
|
||||
|
||||
TODO: document.
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
works!
|
||||
*/
|
||||
|
||||
@interface UIxMailSortableTableHeader : SoComponent
|
||||
@interface UIxSortableTableHeader : SoComponent
|
||||
{
|
||||
NSString *label;
|
||||
NSString *sortKey;
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
@implementation UIxMailSortableTableHeader
|
||||
@implementation UIxSortableTableHeader
|
||||
|
||||
- (void)dealloc {
|
||||
[self->label release];
|
||||
@@ -127,4 +127,4 @@
|
||||
: YES);
|
||||
}
|
||||
|
||||
@end /* UIxMailSortableTableHeader */
|
||||
@end /* UIxSortableTableHeader */
|
||||
Reference in New Issue
Block a user