Skip to content

Commit c0fd191

Browse files
committed
sync
1 parent b64076b commit c0fd191

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

TODO

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
- select a row, status does not update
1212

13-
- right-click on tab3, delete, offers to delete tab1, actually deletes tab3
14-
1513
- delete final tab in ws does not close mainw
1614

1715
- fix naming: for the user, a mainw displays a workspace and a workspace has

src/number.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ number_class_init( NumberClass *class )
6060

6161
parent_class = g_type_class_peek_parent( class );
6262

63-
6463
/* Init methods.
6564
*/
65+
iobject_class->user_name = _( "Number" );
66+
6667
model_class->view_new = number_view_new;
6768

6869
/* Static init.

0 commit comments

Comments
 (0)