diff options
author | Ryan Doyle <[email protected]> | 2013-11-16 00:57:53 +1100 |
---|---|---|
committer | Ryan Doyle <[email protected]> | 2013-11-16 00:57:53 +1100 |
commit | 39f4aae72c83c5fa79b8ea84ac78e53a50d908ea (patch) | |
tree | 8513ca11cabb670f486f9e5867c42e4154b5daaa /src | |
parent | 47c59747230a1d72f29c5784b069614ae388ed57 (diff) | |
download | marco-39f4aae72c83c5fa79b8ea84ac78e53a50d908ea.tar.bz2 marco-39f4aae72c83c5fa79b8ea84ac78e53a50d908ea.tar.xz |
Fix typo in function name
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/tabpopup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tabpopup.c b/src/ui/tabpopup.c index 76a299be..6cee30cd 100644 --- a/src/ui/tabpopup.c +++ b/src/ui/tabpopup.c @@ -786,7 +786,7 @@ meta_select_image_expose_event (GtkWidget *widget, cairo_t *cr; GtkAllocation allocation; - gtk_widgeT_get_allocation(widget, &allocation); + gtk_widget_get_allocation(widget, &allocation); misc = GTK_MISC (widget); |