diff options
author | monsta <[email protected]> | 2016-01-21 14:51:24 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-21 14:51:24 +0300 |
commit | 65d8626ef3b52db0fbcc9017d8aea926bdea3020 (patch) | |
tree | 42a8103b61e49367af460524c04a4192777049d4 | |
parent | c81f1547bbc678e85def8c85b6be89fb9a18a975 (diff) | |
download | libmatekbd-65d8626ef3b52db0fbcc9017d8aea926bdea3020.tar.bz2 libmatekbd-65d8626ef3b52db0fbcc9017d8aea926bdea3020.tar.xz |
use gtk_image_new_from_icon_name in both GTK+ builds
-rw-r--r-- | libmatekbd/matekbd-indicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatekbd/matekbd-indicator.c b/libmatekbd/matekbd-indicator.c index d142908..f5156fe 100644 --- a/libmatekbd/matekbd-indicator.c +++ b/libmatekbd/matekbd-indicator.c @@ -687,7 +687,7 @@ static void matekbd_indicator_init(MatekbdIndicator* gki) gtk_notebook_set_show_border (notebook, FALSE); def_drawing = - gtk_image_new_from_stock (GTK_STOCK_STOP, + gtk_image_new_from_icon_name ("process-stop", GTK_ICON_SIZE_BUTTON); gtk_notebook_append_page (notebook, def_drawing, |