Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
anjuta
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
anjuta
Commits
b32c6053
Commit
b32c6053
authored
May 14, 2013
by
Carl-Anton Ingmarsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
anjuta-ui: don't use deprecated gtk_widget_render_icon()
parent
5d375be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
libanjuta/anjuta-ui.c
libanjuta/anjuta-ui.c
+1
-2
No files found.
libanjuta/anjuta-ui.c
View file @
b32c6053
...
...
@@ -470,8 +470,7 @@ fill_action_data (GtkTreeModel *model, GtkTreeIter *iter, GtkAction *action, Gtk
{
GtkWidget
*
dummy
=
gtk_label_new
(
"Dummy"
);
g_object_ref_sink
(
G_OBJECT
(
dummy
));
pixbuf
=
gtk_widget_render_icon
(
dummy
,
icon
,
GTK_ICON_SIZE_MENU
,
NULL
);
pixbuf
=
gtk_widget_render_icon_pixbuf
(
dummy
,
icon
,
GTK_ICON_SIZE_MENU
);
}
gtk_tree_store_set
(
GTK_TREE_STORE
(
model
),
iter
,
COLUMN_PIXBUF
,
pixbuf
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment