Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Open Virtual Carcassonne Clone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ovcc
Open Virtual Carcassonne Clone
Commits
8915f665
Commit
8915f665
authored
Jan 08, 2014
by
Colomban Wendling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OVCCGtk: rename UI file more sensibly
parent
fb3de228
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
clients/ovcc-gtk/data/Makefile.am
clients/ovcc-gtk/data/Makefile.am
+1
-1
clients/ovcc-gtk/data/ovccgtk-application.ui
clients/ovcc-gtk/data/ovccgtk-application.ui
+0
-0
clients/ovcc-gtk/src/main.c
clients/ovcc-gtk/src/main.c
+1
-2
No files found.
clients/ovcc-gtk/data/Makefile.am
View file @
8915f665
...
...
@@ -2,7 +2,7 @@
iconsdir
=
$(datadir)
nobase_dist_icons_DATA
=
icons/hicolor/scalable/apps/ovccgtk.svg
dist_pkgdata_DATA
=
ovcc
-gtk
.ui
dist_pkgdata_DATA
=
ovcc
gtk-application
.ui
# we add directory $(pkgdatadir)/icons to our lookup path, so make sure it
# exists in case we aren't installed in a default prefix where icons are
...
...
clients/ovcc-gtk/data/ovcc
-gtk
.ui
→
clients/ovcc-gtk/data/ovcc
gtk-application
.ui
View file @
8915f665
File moved
clients/ovcc-gtk/src/main.c
View file @
8915f665
...
...
@@ -33,7 +33,6 @@
#include "ovccgtk-player-list.h"
#define UI_FILE "ovcc-gtk.ui"
#define GAME_TILES "tiles.xml"
#define GAME_TILESET "tileset.xml"
...
...
@@ -929,7 +928,7 @@ ovcc_gtk (int argc,
g_free
(
icon_path
);
builder
=
gtk_builder_new
();
if
(
load_ui
(
builder
,
UI_FILE
))
{
if
(
load_ui
(
builder
,
"ovccgtk-application.ui"
))
{
GtkWidget
*
players_cnt
;
GtkWidget
*
board_cnt
;
App
*
app
;
...
...
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